Shades of Celery #B2C352
Tints of Celery #B2C352
RGB
CMYK
RGB Variations
Color information
#B2C352 (or 0xB2C352) is known color: Celery. HEX triplet: B2, C3 and 52. RGB value is (178,195,82). Sum of RGB (Red+Green+Blue) = 178+195+82=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C352 is #4D3CAD. Grayscale: #B1B1B1. Windows color (decimal): -5061806 or 5424050. OLE color: 5424050.
HSL color Cylindrical-coordinate representation of color #B2C352: hue angle of 69.03º 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 #B2C352 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 195 | 82 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.24 |
| HSL | 69.03º | 0.48% | 0.54% | - |
| HSV(B) | 69.03º | 0.58% | 0.76% | - |
| XYZ | 39.4 | 49.1 | 15.38 | - |
| YUV | 177.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 195 | 82 | 0.09 | 0 | 0.58 | 0.24 | 69.03 | 0.48 | 0.54 |
| Hex | B2 | C3 | 52 | 9 | 0 | 3A | 18 | 45 | 30 | 36 |
| Octal | 262 | 303 | 122 | 11 | 0 | 72 | 30 | 105 | 60 | 66 |
| Binary | 10110010 | 11000011 | 1010010 | 1001 | 0 | 111010 | 11000 | 1000101 | 110000 | 110110 |
Color Harmonies of #B2C352
Complementary color
Monochromatic Colors of #B2C352
Black with #B2C352
Text Example
Text Example
White with #B2C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C352; }
p { color: rgb(178,195,82); }
H1.HeaderClassName
{
color: #B2C352;
}
.AnyTagClassName
{
color: #B2C352;
}
</style>
background-color css
<style>
a { background-color: #B2C352; }
a { background-color: rgb(178,195,82); }
div.DivClassName
{
background-color: #B2C352;
}
.BgClassName
{
background-color: #B2C352;
}
</style>
border-color css
<style>
span { border-color: #B2C352; }
span { border-color: rgb(178,195,82); }
td.TdClassName
{
border-color: #B2C352;
}
.TagClassName
{
border-color: #B2C352;
}
</style>