Shades of Celery #BBC952
Tints of Celery #BBC952
RGB
CMYK
RGB Variations
Color information
#BBC952 (or 0xBBC952) is known color: Celery. HEX triplet: BB, C9 and 52. RGB value is (187,201,82). Sum of RGB (Red+Green+Blue) = 187+201+82=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC952 is #4436AD. Grayscale: #B7B7B7. Windows color (decimal): -4470446 or 5425595. OLE color: 5425595.
HSL color Cylindrical-coordinate representation of color #BBC952: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBC952 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 201 | 82 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.21 |
| HSL | 67.06º | 0.52% | 0.55% | - |
| HSV(B) | 67.06º | 0.59% | 0.79% | - |
| XYZ | 42.9 | 52.95 | 15.94 | - |
| YUV | 183.25 | 70.86 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 201 | 82 | 0.07 | 0 | 0.59 | 0.21 | 67.06 | 0.52 | 0.55 |
| Hex | BB | C9 | 52 | 7 | 0 | 3B | 15 | 43 | 34 | 37 |
| Octal | 273 | 311 | 122 | 7 | 0 | 73 | 25 | 103 | 64 | 67 |
| Binary | 10111011 | 11001001 | 1010010 | 111 | 0 | 111011 | 10101 | 1000011 | 110100 | 110111 |
Color Harmonies of #BBC952
Complementary color
Monochromatic Colors of #BBC952
Black with #BBC952
Text Example
Text Example
White with #BBC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC952; }
p { color: rgb(187,201,82); }
H1.HeaderClassName
{
color: #BBC952;
}
.AnyTagClassName
{
color: #BBC952;
}
</style>
background-color css
<style>
a { background-color: #BBC952; }
a { background-color: rgb(187,201,82); }
div.DivClassName
{
background-color: #BBC952;
}
.BgClassName
{
background-color: #BBC952;
}
</style>
border-color css
<style>
span { border-color: #BBC952; }
span { border-color: rgb(187,201,82); }
td.TdClassName
{
border-color: #BBC952;
}
.TagClassName
{
border-color: #BBC952;
}
</style>