Shades of Celery #B2BE56
Tints of Celery #B2BE56
RGB
CMYK
RGB Variations
Color information
#B2BE56 (or 0xB2BE56) is known color: Celery. HEX triplet: B2, BE and 56. RGB value is (178,190,86). Sum of RGB (Red+Green+Blue) = 178+190+86=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BE56 is #4D41A9. Grayscale: #AEAEAE. Windows color (decimal): -5063082 or 5684914. OLE color: 5684914.
HSL color Cylindrical-coordinate representation of color #B2BE56: hue angle of 66.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2BE56 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 190 | 86 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.25 |
| HSL | 66.92º | 0.44% | 0.54% | - |
| HSV(B) | 66.92º | 0.55% | 0.75% | - |
| XYZ | 38.45 | 46.96 | 15.84 | - |
| YUV | 174.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 190 | 86 | 0.06 | 0 | 0.55 | 0.25 | 66.92 | 0.44 | 0.54 |
| Hex | B2 | BE | 56 | 6 | 0 | 37 | 19 | 43 | 2C | 36 |
| Octal | 262 | 276 | 126 | 6 | 0 | 67 | 31 | 103 | 54 | 66 |
| Binary | 10110010 | 10111110 | 1010110 | 110 | 0 | 110111 | 11001 | 1000011 | 101100 | 110110 |
Color Harmonies of #B2BE56
Complementary color
Monochromatic Colors of #B2BE56
Black with #B2BE56
Text Example
Text Example
White with #B2BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BE56; }
p { color: rgb(178,190,86); }
H1.HeaderClassName
{
color: #B2BE56;
}
.AnyTagClassName
{
color: #B2BE56;
}
</style>
background-color css
<style>
a { background-color: #B2BE56; }
a { background-color: rgb(178,190,86); }
div.DivClassName
{
background-color: #B2BE56;
}
.BgClassName
{
background-color: #B2BE56;
}
</style>
border-color css
<style>
span { border-color: #B2BE56; }
span { border-color: rgb(178,190,86); }
td.TdClassName
{
border-color: #B2BE56;
}
.TagClassName
{
border-color: #B2BE56;
}
</style>