Shades of Celery #B2C456
Tints of Celery #B2C456
RGB
CMYK
RGB Variations
Color information
#B2C456 (or 0xB2C456) is known color: Celery. HEX triplet: B2, C4 and 56. RGB value is (178,196,86). Sum of RGB (Red+Green+Blue) = 178+196+86=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C456 is #4D3BA9. Grayscale: #B2B2B2. Windows color (decimal): -5061546 or 5686450. OLE color: 5686450.
HSL color Cylindrical-coordinate representation of color #B2C456: hue angle of 69.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2C456 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 86 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.23 |
| HSL | 69.82º | 0.48% | 0.55% | - |
| HSV(B) | 69.82º | 0.56% | 0.77% | - |
| XYZ | 39.78 | 49.62 | 16.28 | - |
| YUV | 178.08 | 76.04 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 86 | 0.09 | 0 | 0.56 | 0.23 | 69.82 | 0.48 | 0.55 |
| Hex | B2 | C4 | 56 | 9 | 0 | 38 | 17 | 46 | 30 | 37 |
| Octal | 262 | 304 | 126 | 11 | 0 | 70 | 27 | 106 | 60 | 67 |
| Binary | 10110010 | 11000100 | 1010110 | 1001 | 0 | 111000 | 10111 | 1000110 | 110000 | 110111 |
Color Harmonies of #B2C456
Complementary color
Monochromatic Colors of #B2C456
Black with #B2C456
Text Example
Text Example
White with #B2C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C456; }
p { color: rgb(178,196,86); }
H1.HeaderClassName
{
color: #B2C456;
}
.AnyTagClassName
{
color: #B2C456;
}
</style>
background-color css
<style>
a { background-color: #B2C456; }
a { background-color: rgb(178,196,86); }
div.DivClassName
{
background-color: #B2C456;
}
.BgClassName
{
background-color: #B2C456;
}
</style>
border-color css
<style>
span { border-color: #B2C456; }
span { border-color: rgb(178,196,86); }
td.TdClassName
{
border-color: #B2C456;
}
.TagClassName
{
border-color: #B2C456;
}
</style>