Shades of Celery #B2C056
Tints of Celery #B2C056
RGB
CMYK
RGB Variations
Color information
#B2C056 (or 0xB2C056) is known color: Celery. HEX triplet: B2, C0 and 56. RGB value is (178,192,86). Sum of RGB (Red+Green+Blue) = 178+192+86=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C056 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C056 is #4D3FA9. Grayscale: #B0B0B0. Windows color (decimal): -5062570 or 5685426. OLE color: 5685426.
HSL color Cylindrical-coordinate representation of color #B2C056: hue angle of 67.92º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2C056 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 86 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.25 |
| HSL | 67.92º | 0.46% | 0.55% | - |
| HSV(B) | 67.92º | 0.55% | 0.75% | - |
| XYZ | 38.89 | 47.84 | 15.99 | - |
| YUV | 175.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 86 | 0.07 | 0 | 0.55 | 0.25 | 67.92 | 0.46 | 0.55 |
| Hex | B2 | C0 | 56 | 7 | 0 | 37 | 19 | 44 | 2E | 37 |
| Octal | 262 | 300 | 126 | 7 | 0 | 67 | 31 | 104 | 56 | 67 |
| Binary | 10110010 | 11000000 | 1010110 | 111 | 0 | 110111 | 11001 | 1000100 | 101110 | 110111 |
Color Harmonies of #B2C056
Complementary color
Monochromatic Colors of #B2C056
Black with #B2C056
Text Example
Text Example
White with #B2C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C056; }
p { color: rgb(178,192,86); }
H1.HeaderClassName
{
color: #B2C056;
}
.AnyTagClassName
{
color: #B2C056;
}
</style>
background-color css
<style>
a { background-color: #B2C056; }
a { background-color: rgb(178,192,86); }
div.DivClassName
{
background-color: #B2C056;
}
.BgClassName
{
background-color: #B2C056;
}
</style>
border-color css
<style>
span { border-color: #B2C056; }
span { border-color: rgb(178,192,86); }
td.TdClassName
{
border-color: #B2C056;
}
.TagClassName
{
border-color: #B2C056;
}
</style>