Shades of Celery #BBC940
Tints of Celery #BBC940
RGB
CMYK
RGB Variations
Color information
#BBC940 (or 0xBBC940) is known color: Celery. HEX triplet: BB, C9 and 40. RGB value is (187,201,64). Sum of RGB (Red+Green+Blue) = 187+201+64=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC940 is #4436BF. Grayscale: #B5B5B5. Windows color (decimal): -4470464 or 4245947. OLE color: 4245947.
HSL color Cylindrical-coordinate representation of color #BBC940: hue angle of 66.13º degrees, saturation: 0.56, 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 #BBC940 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 64 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.21 |
| HSL | 66.13º | 0.56% | 0.52% | - |
| HSV(B) | 66.13º | 0.68% | 0.79% | - |
| XYZ | 42.31 | 52.71 | 12.79 | - |
| YUV | 181.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 64 | 0.07 | 0 | 0.68 | 0.21 | 66.13 | 0.56 | 0.52 |
| Hex | BB | C9 | 40 | 7 | 0 | 44 | 15 | 42 | 38 | 34 |
| Octal | 273 | 311 | 100 | 7 | 0 | 104 | 25 | 102 | 70 | 64 |
| Binary | 10111011 | 11001001 | 1000000 | 111 | 0 | 1000100 | 10101 | 1000010 | 111000 | 110100 |
Color Harmonies of #BBC940
Complementary color
Monochromatic Colors of #BBC940
Black with #BBC940
Text Example
Text Example
White with #BBC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC940; }
p { color: rgb(187,201,64); }
H1.HeaderClassName
{
color: #BBC940;
}
.AnyTagClassName
{
color: #BBC940;
}
</style>
background-color css
<style>
a { background-color: #BBC940; }
a { background-color: rgb(187,201,64); }
div.DivClassName
{
background-color: #BBC940;
}
.BgClassName
{
background-color: #BBC940;
}
</style>
border-color css
<style>
span { border-color: #BBC940; }
span { border-color: rgb(187,201,64); }
td.TdClassName
{
border-color: #BBC940;
}
.TagClassName
{
border-color: #BBC940;
}
</style>