Shades of Celery #B0CC52
Tints of Celery #B0CC52
RGB
CMYK
RGB Variations
Color information
#B0CC52 (or 0xB0CC52) is known color: Celery. HEX triplet: B0, CC and 52. RGB value is (176,204,82). Sum of RGB (Red+Green+Blue) = 176+204+82=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC52 is #4F33AD. Grayscale: #B6B6B6. Windows color (decimal): -5190574 or 5426352. OLE color: 5426352.
HSL color Cylindrical-coordinate representation of color #B0CC52: hue angle of 73.77º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0CC52 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 82 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.2 |
| HSL | 73.77º | 0.54% | 0.56% | - |
| HSV(B) | 73.77º | 0.6% | 0.8% | - |
| XYZ | 41.02 | 53.03 | 16.06 | - |
| YUV | 181.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 82 | 0.14 | 0 | 0.60 | 0.2 | 73.77 | 0.54 | 0.56 |
| Hex | B0 | CC | 52 | E | 0 | 3C | 14 | 4A | 36 | 38 |
| Octal | 260 | 314 | 122 | 16 | 0 | 74 | 24 | 112 | 66 | 70 |
| Binary | 10110000 | 11001100 | 1010010 | 1110 | 0 | 111100 | 10100 | 1001010 | 110110 | 111000 |
Color Harmonies of #B0CC52
Complementary color
Monochromatic Colors of #B0CC52
Black with #B0CC52
Text Example
Text Example
White with #B0CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC52; }
p { color: rgb(176,204,82); }
H1.HeaderClassName
{
color: #B0CC52;
}
.AnyTagClassName
{
color: #B0CC52;
}
</style>
background-color css
<style>
a { background-color: #B0CC52; }
a { background-color: rgb(176,204,82); }
div.DivClassName
{
background-color: #B0CC52;
}
.BgClassName
{
background-color: #B0CC52;
}
</style>
border-color css
<style>
span { border-color: #B0CC52; }
span { border-color: rgb(176,204,82); }
td.TdClassName
{
border-color: #B0CC52;
}
.TagClassName
{
border-color: #B0CC52;
}
</style>