Shades of Celery #BBC047
Tints of Celery #BBC047
RGB
CMYK
RGB Variations
Color information
#BBC047 (or 0xBBC047) is known color: Celery. HEX triplet: BB, C0 and 47. RGB value is (187,192,71). Sum of RGB (Red+Green+Blue) = 187+192+71=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC047 is #443FB8. Grayscale: #B1B1B1. Windows color (decimal): -4472761 or 4702395. OLE color: 4702395.
HSL color Cylindrical-coordinate representation of color #BBC047: hue angle of 62.48º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBC047 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 71 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.25 |
| HSL | 62.48º | 0.49% | 0.52% | - |
| HSV(B) | 62.48º | 0.63% | 0.75% | - |
| XYZ | 40.48 | 48.72 | 13.23 | - |
| YUV | 176.71 | 68.34 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 71 | 0.03 | 0 | 0.63 | 0.25 | 62.48 | 0.49 | 0.52 |
| Hex | BB | C0 | 47 | 3 | 0 | 3F | 19 | 3E | 31 | 34 |
| Octal | 273 | 300 | 107 | 3 | 0 | 77 | 31 | 76 | 61 | 64 |
| Binary | 10111011 | 11000000 | 1000111 | 11 | 0 | 111111 | 11001 | 111110 | 110001 | 110100 |
Color Harmonies of #BBC047
Complementary color
Monochromatic Colors of #BBC047
Black with #BBC047
Text Example
Text Example
White with #BBC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC047; }
p { color: rgb(187,192,71); }
H1.HeaderClassName
{
color: #BBC047;
}
.AnyTagClassName
{
color: #BBC047;
}
</style>
background-color css
<style>
a { background-color: #BBC047; }
a { background-color: rgb(187,192,71); }
div.DivClassName
{
background-color: #BBC047;
}
.BgClassName
{
background-color: #BBC047;
}
</style>
border-color css
<style>
span { border-color: #BBC047; }
span { border-color: rgb(187,192,71); }
td.TdClassName
{
border-color: #BBC047;
}
.TagClassName
{
border-color: #BBC047;
}
</style>