Shades of Celery #BBC542
Tints of Celery #BBC542
RGB
CMYK
RGB Variations
Color information
#BBC542 (or 0xBBC542) is known color: Celery. HEX triplet: BB, C5 and 42. RGB value is (187,197,66). Sum of RGB (Red+Green+Blue) = 187+197+66=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC542 is #443ABD. Grayscale: #B3B3B3. Windows color (decimal): -4471486 or 4375995. OLE color: 4375995.
HSL color Cylindrical-coordinate representation of color #BBC542: hue angle of 64.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBC542 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 66 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.23 |
| HSL | 64.58º | 0.53% | 0.52% | - |
| HSV(B) | 64.58º | 0.66% | 0.77% | - |
| XYZ | 41.44 | 50.89 | 12.79 | - |
| YUV | 179.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 66 | 0.05 | 0 | 0.66 | 0.23 | 64.58 | 0.53 | 0.52 |
| Hex | BB | C5 | 42 | 5 | 0 | 42 | 17 | 41 | 35 | 34 |
| Octal | 273 | 305 | 102 | 5 | 0 | 102 | 27 | 101 | 65 | 64 |
| Binary | 10111011 | 11000101 | 1000010 | 101 | 0 | 1000010 | 10111 | 1000001 | 110101 | 110100 |
Color Harmonies of #BBC542
Complementary color
Monochromatic Colors of #BBC542
Black with #BBC542
Text Example
Text Example
White with #BBC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC542; }
p { color: rgb(187,197,66); }
H1.HeaderClassName
{
color: #BBC542;
}
.AnyTagClassName
{
color: #BBC542;
}
</style>
background-color css
<style>
a { background-color: #BBC542; }
a { background-color: rgb(187,197,66); }
div.DivClassName
{
background-color: #BBC542;
}
.BgClassName
{
background-color: #BBC542;
}
</style>
border-color css
<style>
span { border-color: #BBC542; }
span { border-color: rgb(187,197,66); }
td.TdClassName
{
border-color: #BBC542;
}
.TagClassName
{
border-color: #BBC542;
}
</style>