#BFBB42

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

Shades of Celery #BFBB42

Tints of Celery #BFBB42

Color information

#BFBB42 (or 0xBFBB42) is unknown color: approx Celery. HEX triplet: BF, BB and 42. RGB value is (191,187,66). Sum of RGB (Red+Green+Blue) = 191+187+66=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB42 is #4044BD. Grayscale: #AEAEAE. Windows color (decimal): -4211902 or 4373439. OLE color: 4373439.

HSL color Cylindrical-coordinate representation of color #BFBB42: hue angle of 58.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFBB42 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19118766-
CMYK00.020.650.25
HSL58.08º49.41%50.39%-
HSV(B)58.08º65.45%74.9%-
XYZ40.2447.0112.11-
YUV174.466.83139.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 187 (73.44% from 255) = 42.12%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=43.02%
G=42.12%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911876600.020.650.2558.0849.4150.39
HexBFBB420241193a3132
Octal2772731020210131726162
Binary10111111101110111000010010100000111001111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB42; }

 p { color: rgb(191,187,66); }

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

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

 a { background-color: rgb(191,187,66); }

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

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

 span { border-color: rgb(191,187,66); }

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