#BBC040

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

Shades of Celery #BBC040

Tints of Celery #BBC040

Color information

#BBC040 (or 0xBBC040) is unknown color: approx Celery. HEX triplet: BB, C0 and 40. RGB value is (187,192,64). Sum of RGB (Red+Green+Blue) = 187+192+64=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC040 is #443FBF. Grayscale: #B0B0B0. Windows color (decimal): -4472768 or 4243643. OLE color: 4243643.

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

Color convert

RGB18719264-
CMYK0.0300.670.25
HSL62.34º50.39%50.2%-
HSV(B)62.34º66.67%75.29%-
XYZ40.2748.6312.12-
YUV175.9164.84135.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=42.21%
G=43.34%
B=14.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187192640.0300.670.2562.3450.3950.2
HexBBC0403043193e3232
Octal2733001003010331766262
Binary10111011110000001000000110100001111001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC040; }

 p { color: rgb(187,192,64); }

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

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

 a { background-color: rgb(187,192,64); }

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

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

 span { border-color: rgb(187,192,64); }

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