#BBCA40

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

Shades of Celery #BBCA40

Tints of Celery #BBCA40

Color information

#BBCA40 (or 0xBBCA40) is unknown color: approx Celery. HEX triplet: BB, CA and 40. RGB value is (187,202,64). Sum of RGB (Red+Green+Blue) = 187+202+64=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA40 is #4435BF. Grayscale: #B6B6B6. Windows color (decimal): -4470208 or 4246203. OLE color: 4246203.

HSL color Cylindrical-coordinate representation of color #BBCA40: hue angle of 66.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBCA40 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB18720264-
CMYK0.0700.680.21
HSL66.52º56.56%52.16%-
HSV(B)66.52º68.32%79.22%-
XYZ42.5453.1812.87-
YUV181.7861.53131.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 64 (25.39% from 255) = 14.13%
R=41.28%
G=44.59%
B=14.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal187202640.0700.680.2166.5256.5652.16
HexBBCA40704415433934
Octal27331210070104251037164
Binary1011101111001010100000011101000100101011000011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCA40; }

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

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

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

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

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

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

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

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