Shades of Celery #B2C252
Tints of Celery #B2C252
RGB
CMYK
RGB Variations
Color information
#B2C252 (or 0xB2C252) is known color: Celery. HEX triplet: B2, C2 and 52. RGB value is (178,194,82). Sum of RGB (Red+Green+Blue) = 178+194+82=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C252 is #4D3DAD. Grayscale: #B0B0B0. Windows color (decimal): -5062062 or 5423794. OLE color: 5423794.
HSL color Cylindrical-coordinate representation of color #B2C252: hue angle of 68.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C252 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 82 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.24 |
| HSL | 68.57º | 0.48% | 0.54% | - |
| HSV(B) | 68.57º | 0.58% | 0.76% | - |
| XYZ | 39.17 | 48.66 | 15.31 | - |
| YUV | 176.45 | 74.7 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 82 | 0.08 | 0 | 0.58 | 0.24 | 68.57 | 0.48 | 0.54 |
| Hex | B2 | C2 | 52 | 8 | 0 | 3A | 18 | 45 | 30 | 36 |
| Octal | 262 | 302 | 122 | 10 | 0 | 72 | 30 | 105 | 60 | 66 |
| Binary | 10110010 | 11000010 | 1010010 | 1000 | 0 | 111010 | 11000 | 1000101 | 110000 | 110110 |
Color Harmonies of #B2C252
Complementary color
Monochromatic Colors of #B2C252
Black with #B2C252
Text Example
Text Example
White with #B2C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C252; }
p { color: rgb(178,194,82); }
H1.HeaderClassName
{
color: #B2C252;
}
.AnyTagClassName
{
color: #B2C252;
}
</style>
background-color css
<style>
a { background-color: #B2C252; }
a { background-color: rgb(178,194,82); }
div.DivClassName
{
background-color: #B2C252;
}
.BgClassName
{
background-color: #B2C252;
}
</style>
border-color css
<style>
span { border-color: #B2C252; }
span { border-color: rgb(178,194,82); }
td.TdClassName
{
border-color: #B2C252;
}
.TagClassName
{
border-color: #B2C252;
}
</style>