#B4BF39

Color #B4BF39 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B4BF39

Tints of Celery #B4BF39

Color information

#B4BF39 (or 0xB4BF39) is unknown color: approx Celery. HEX triplet: B4, BF and 39. RGB value is (180,191,57). Sum of RGB (Red+Green+Blue) = 180+191+57=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BF39 is #4B40C6. Grayscale: #ACACAC. Windows color (decimal): -4931783 or 3784628. OLE color: 3784628.

HSL color Cylindrical-coordinate representation of color #B4BF39: hue angle of 64.93º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4BF39 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB18019157-
CMYK0.0600.700.25
HSL64.93º54.03%48.63%-
HSV(B)64.93º70.16%74.9%-
XYZ38.1947.2610.98-
YUV172.4362.86133.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 57 (22.66% from 255) = 13.32%
R=42.06%
G=44.63%
B=13.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180191570.0600.700.2564.9354.0348.63
HexB4BF39604619413631
Octal2642777160106311016661
Binary101101001011111111100111001000110110011000001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF39; }

 p { color: rgb(180,191,57); }

 H1.HeaderClassName
 {
   color: #B4BF39;
 }
 .AnyTagClassName
 {
   color: #B4BF39;
 }
</style>
background-color css

<style>
 a { background-color: #B4BF39; }

 a { background-color: rgb(180,191,57); }

 div.DivClassName
 {
   background-color: #B4BF39;
 }
 .BgClassName
 {
   background-color: #B4BF39;
 }
</style>
border-color css

<style>
 span { border-color: #B4BF39; }

 span { border-color: rgb(180,191,57); }

 td.TdClassName
 {
   border-color: #B4BF39;
 }
 .TagClassName
 {
   border-color: #B4BF39;
 }
</style>