Shades of Celery #BBCB40
Tints of Celery #BBCB40
RGB
CMYK
RGB Variations
Color information
#BBCB40 (or 0xBBCB40) is known color: Celery. HEX triplet: BB, CB and 40. RGB value is (187,203,64). Sum of RGB (Red+Green+Blue) = 187+203+64=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCB40 is #4434BF. Grayscale: #B6B6B6. Windows color (decimal): -4469952 or 4246459. OLE color: 4246459.
HSL color Cylindrical-coordinate representation of color #BBCB40: hue angle of 66.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBCB40 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 203 | 64 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.20 |
| HSL | 66.91º | 0.57% | 0.52% | - |
| HSV(B) | 66.91º | 0.68% | 0.8% | - |
| XYZ | 42.77 | 53.65 | 12.95 | - |
| YUV | 182.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 64 | 0.08 | 0 | 0.68 | 0.20 | 66.91 | 0.57 | 0.52 |
| Hex | BB | CB | 40 | 8 | 0 | 44 | 14 | 43 | 39 | 34 |
| Octal | 273 | 313 | 100 | 10 | 0 | 104 | 24 | 103 | 71 | 64 |
| Binary | 10111011 | 11001011 | 1000000 | 1000 | 0 | 1000100 | 10100 | 1000011 | 111001 | 110100 |
Color Harmonies of #BBCB40
Complementary color
Monochromatic Colors of #BBCB40
Black with #BBCB40
Text Example
Text Example
White with #BBCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCB40; }
p { color: rgb(187,203,64); }
H1.HeaderClassName
{
color: #BBCB40;
}
.AnyTagClassName
{
color: #BBCB40;
}
</style>
background-color css
<style>
a { background-color: #BBCB40; }
a { background-color: rgb(187,203,64); }
div.DivClassName
{
background-color: #BBCB40;
}
.BgClassName
{
background-color: #BBCB40;
}
</style>
border-color css
<style>
span { border-color: #BBCB40; }
span { border-color: rgb(187,203,64); }
td.TdClassName
{
border-color: #BBCB40;
}
.TagClassName
{
border-color: #BBCB40;
}
</style>