Shades of Celery #B6BE56
Tints of Celery #B6BE56
RGB
CMYK
RGB Variations
Color information
#B6BE56 (or 0xB6BE56) is known color: Celery. HEX triplet: B6, BE and 56. RGB value is (182,190,86). Sum of RGB (Red+Green+Blue) = 182+190+86=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BE56 is #4941A9. Grayscale: #B0B0B0. Windows color (decimal): -4800938 or 5684918. OLE color: 5684918.
HSL color Cylindrical-coordinate representation of color #B6BE56: hue angle of 64.62º 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 #B6BE56 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 190 | 86 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.25 |
| HSL | 64.62º | 0.44% | 0.54% | - |
| HSV(B) | 64.62º | 0.55% | 0.75% | - |
| XYZ | 39.38 | 47.44 | 15.89 | - |
| YUV | 175.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 190 | 86 | 0.04 | 0 | 0.55 | 0.25 | 64.62 | 0.44 | 0.54 |
| Hex | B6 | BE | 56 | 4 | 0 | 37 | 19 | 41 | 2C | 36 |
| Octal | 266 | 276 | 126 | 4 | 0 | 67 | 31 | 101 | 54 | 66 |
| Binary | 10110110 | 10111110 | 1010110 | 100 | 0 | 110111 | 11001 | 1000001 | 101100 | 110110 |
Color Harmonies of #B6BE56
Complementary color
Monochromatic Colors of #B6BE56
Black with #B6BE56
Text Example
Text Example
White with #B6BE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BE56; }
p { color: rgb(182,190,86); }
H1.HeaderClassName
{
color: #B6BE56;
}
.AnyTagClassName
{
color: #B6BE56;
}
</style>
background-color css
<style>
a { background-color: #B6BE56; }
a { background-color: rgb(182,190,86); }
div.DivClassName
{
background-color: #B6BE56;
}
.BgClassName
{
background-color: #B6BE56;
}
</style>
border-color css
<style>
span { border-color: #B6BE56; }
span { border-color: rgb(182,190,86); }
td.TdClassName
{
border-color: #B6BE56;
}
.TagClassName
{
border-color: #B6BE56;
}
</style>