Shades of Celery #BBC942
Tints of Celery #BBC942
RGB
CMYK
RGB Variations
Color information
#BBC942 (or 0xBBC942) is known color: Celery. HEX triplet: BB, C9 and 42. RGB value is (187,201,66). Sum of RGB (Red+Green+Blue) = 187+201+66=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC942 is #4436BD. Grayscale: #B5B5B5. Windows color (decimal): -4470462 or 4377019. OLE color: 4377019.
HSL color Cylindrical-coordinate representation of color #BBC942: hue angle of 66.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBC942 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 66 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.21 |
| HSL | 66.22º | 0.56% | 0.52% | - |
| HSV(B) | 66.22º | 0.67% | 0.79% | - |
| XYZ | 42.36 | 52.73 | 13.1 | - |
| YUV | 181.42 | 62.86 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 66 | 0.07 | 0 | 0.67 | 0.21 | 66.22 | 0.56 | 0.52 |
| Hex | BB | C9 | 42 | 7 | 0 | 43 | 15 | 42 | 38 | 34 |
| Octal | 273 | 311 | 102 | 7 | 0 | 103 | 25 | 102 | 70 | 64 |
| Binary | 10111011 | 11001001 | 1000010 | 111 | 0 | 1000011 | 10101 | 1000010 | 111000 | 110100 |
Color Harmonies of #BBC942
Complementary color
Monochromatic Colors of #BBC942
Black with #BBC942
Text Example
Text Example
White with #BBC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC942; }
p { color: rgb(187,201,66); }
H1.HeaderClassName
{
color: #BBC942;
}
.AnyTagClassName
{
color: #BBC942;
}
</style>
background-color css
<style>
a { background-color: #BBC942; }
a { background-color: rgb(187,201,66); }
div.DivClassName
{
background-color: #BBC942;
}
.BgClassName
{
background-color: #BBC942;
}
</style>
border-color css
<style>
span { border-color: #BBC942; }
span { border-color: rgb(187,201,66); }
td.TdClassName
{
border-color: #BBC942;
}
.TagClassName
{
border-color: #BBC942;
}
</style>