Shades of Celery #BBCA40
Tints of Celery #BBCA40
RGB
CMYK
RGB Variations
Color information
#BBCA40 (or 0xBBCA40) is known color: 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
| RGB | 187 | 202 | 64 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.21 |
| HSL | 66.52º | 0.57% | 0.52% | - |
| HSV(B) | 66.52º | 0.68% | 0.79% | - |
| XYZ | 42.54 | 53.18 | 12.87 | - |
| YUV | 181.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 64 | 0.07 | 0 | 0.68 | 0.21 | 66.52 | 0.57 | 0.52 |
| Hex | BB | CA | 40 | 7 | 0 | 44 | 15 | 43 | 39 | 34 |
| Octal | 273 | 312 | 100 | 7 | 0 | 104 | 25 | 103 | 71 | 64 |
| Binary | 10111011 | 11001010 | 1000000 | 111 | 0 | 1000100 | 10101 | 1000011 | 111001 | 110100 |
Color Harmonies of #BBCA40
Complementary color
Monochromatic Colors of #BBCA40
Black with #BBCA40
Text Example
Text Example
White with #BBCA40
Text Example
Text Example
HTML Codes & Css Web 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>