Shades of Celery #B2C956
Tints of Celery #B2C956
RGB
CMYK
RGB Variations
Color information
#B2C956 (or 0xB2C956) is known color: Celery. HEX triplet: B2, C9 and 56. RGB value is (178,201,86). Sum of RGB (Red+Green+Blue) = 178+201+86=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C956 is #4D36A9. Grayscale: #B5B5B5. Windows color (decimal): -5060266 or 5687730. OLE color: 5687730.
HSL color Cylindrical-coordinate representation of color #B2C956: hue angle of 72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2C956 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 86 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.21 |
| HSL | 72º | 0.52% | 0.56% | - |
| HSV(B) | 72º | 0.57% | 0.79% | - |
| XYZ | 40.93 | 51.91 | 16.67 | - |
| YUV | 181.01 | 74.38 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 86 | 0.11 | 0 | 0.57 | 0.21 | 72 | 0.52 | 0.56 |
| Hex | B2 | C9 | 56 | B | 0 | 39 | 15 | 48 | 34 | 38 |
| Octal | 262 | 311 | 126 | 13 | 0 | 71 | 25 | 110 | 64 | 70 |
| Binary | 10110010 | 11001001 | 1010110 | 1011 | 0 | 111001 | 10101 | 1001000 | 110100 | 111000 |
Color Harmonies of #B2C956
Complementary color
Monochromatic Colors of #B2C956
Black with #B2C956
Text Example
Text Example
White with #B2C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C956; }
p { color: rgb(178,201,86); }
H1.HeaderClassName
{
color: #B2C956;
}
.AnyTagClassName
{
color: #B2C956;
}
</style>
background-color css
<style>
a { background-color: #B2C956; }
a { background-color: rgb(178,201,86); }
div.DivClassName
{
background-color: #B2C956;
}
.BgClassName
{
background-color: #B2C956;
}
</style>
border-color css
<style>
span { border-color: #B2C956; }
span { border-color: rgb(178,201,86); }
td.TdClassName
{
border-color: #B2C956;
}
.TagClassName
{
border-color: #B2C956;
}
</style>