Shades of Celery #B0C952
Tints of Celery #B0C952
RGB
CMYK
RGB Variations
Color information
#B0C952 (or 0xB0C952) is known color: Celery. HEX triplet: B0, C9 and 52. RGB value is (176,201,82). Sum of RGB (Red+Green+Blue) = 176+201+82=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C952 is #4F36AD. Grayscale: #B4B4B4. Windows color (decimal): -5191342 or 5425584. OLE color: 5425584.
HSL color Cylindrical-coordinate representation of color #B0C952: hue angle of 72.61º 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 #B0C952 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 82 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.21 |
| HSL | 72.61º | 0.52% | 0.55% | - |
| HSV(B) | 72.61º | 0.59% | 0.79% | - |
| XYZ | 40.31 | 51.61 | 15.82 | - |
| YUV | 179.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 82 | 0.12 | 0 | 0.59 | 0.21 | 72.61 | 0.52 | 0.55 |
| Hex | B0 | C9 | 52 | C | 0 | 3B | 15 | 49 | 34 | 37 |
| Octal | 260 | 311 | 122 | 14 | 0 | 73 | 25 | 111 | 64 | 67 |
| Binary | 10110000 | 11001001 | 1010010 | 1100 | 0 | 111011 | 10101 | 1001001 | 110100 | 110111 |
Color Harmonies of #B0C952
Complementary color
Monochromatic Colors of #B0C952
Black with #B0C952
Text Example
Text Example
White with #B0C952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C952; }
p { color: rgb(176,201,82); }
H1.HeaderClassName
{
color: #B0C952;
}
.AnyTagClassName
{
color: #B0C952;
}
</style>
background-color css
<style>
a { background-color: #B0C952; }
a { background-color: rgb(176,201,82); }
div.DivClassName
{
background-color: #B0C952;
}
.BgClassName
{
background-color: #B0C952;
}
</style>
border-color css
<style>
span { border-color: #B0C952; }
span { border-color: rgb(176,201,82); }
td.TdClassName
{
border-color: #B0C952;
}
.TagClassName
{
border-color: #B0C952;
}
</style>