Shades of Celery #BBC042
Tints of Celery #BBC042
RGB
CMYK
RGB Variations
Color information
#BBC042 (or 0xBBC042) is known color: Celery. HEX triplet: BB, C0 and 42. RGB value is (187,192,66). Sum of RGB (Red+Green+Blue) = 187+192+66=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC042 is #443FBD. Grayscale: #B0B0B0. Windows color (decimal): -4472766 or 4374715. OLE color: 4374715.
HSL color Cylindrical-coordinate representation of color #BBC042: hue angle of 62.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC042 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 66 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.25 |
| HSL | 62.38º | 0.5% | 0.51% | - |
| HSV(B) | 62.38º | 0.66% | 0.75% | - |
| XYZ | 40.33 | 48.66 | 12.42 | - |
| YUV | 176.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 66 | 0.03 | 0 | 0.66 | 0.25 | 62.38 | 0.5 | 0.51 |
| Hex | BB | C0 | 42 | 3 | 0 | 42 | 19 | 3E | 32 | 33 |
| Octal | 273 | 300 | 102 | 3 | 0 | 102 | 31 | 76 | 62 | 63 |
| Binary | 10111011 | 11000000 | 1000010 | 11 | 0 | 1000010 | 11001 | 111110 | 110010 | 110011 |
Color Harmonies of #BBC042
Complementary color
Monochromatic Colors of #BBC042
Black with #BBC042
Text Example
Text Example
White with #BBC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC042; }
p { color: rgb(187,192,66); }
H1.HeaderClassName
{
color: #BBC042;
}
.AnyTagClassName
{
color: #BBC042;
}
</style>
background-color css
<style>
a { background-color: #BBC042; }
a { background-color: rgb(187,192,66); }
div.DivClassName
{
background-color: #BBC042;
}
.BgClassName
{
background-color: #BBC042;
}
</style>
border-color css
<style>
span { border-color: #BBC042; }
span { border-color: rgb(187,192,66); }
td.TdClassName
{
border-color: #BBC042;
}
.TagClassName
{
border-color: #BBC042;
}
</style>