Shades of Celery #B6C056
Tints of Celery #B6C056
RGB
CMYK
RGB Variations
Color information
#B6C056 (or 0xB6C056) is known color: Celery. HEX triplet: B6, C0 and 56. RGB value is (182,192,86). Sum of RGB (Red+Green+Blue) = 182+192+86=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C056 is #493FA9. Grayscale: #B1B1B1. Windows color (decimal): -4800426 or 5685430. OLE color: 5685430.
HSL color Cylindrical-coordinate representation of color #B6C056: hue angle of 65.66º 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 #B6C056 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 86 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.25 |
| HSL | 65.66º | 0.46% | 0.55% | - |
| HSV(B) | 65.66º | 0.55% | 0.75% | - |
| XYZ | 39.82 | 48.32 | 16.03 | - |
| YUV | 176.93 | 76.69 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 86 | 0.05 | 0 | 0.55 | 0.25 | 65.66 | 0.46 | 0.55 |
| Hex | B6 | C0 | 56 | 5 | 0 | 37 | 19 | 42 | 2E | 37 |
| Octal | 266 | 300 | 126 | 5 | 0 | 67 | 31 | 102 | 56 | 67 |
| Binary | 10110110 | 11000000 | 1010110 | 101 | 0 | 110111 | 11001 | 1000010 | 101110 | 110111 |
Color Harmonies of #B6C056
Complementary color
Monochromatic Colors of #B6C056
Black with #B6C056
Text Example
Text Example
White with #B6C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C056; }
p { color: rgb(182,192,86); }
H1.HeaderClassName
{
color: #B6C056;
}
.AnyTagClassName
{
color: #B6C056;
}
</style>
background-color css
<style>
a { background-color: #B6C056; }
a { background-color: rgb(182,192,86); }
div.DivClassName
{
background-color: #B6C056;
}
.BgClassName
{
background-color: #B6C056;
}
</style>
border-color css
<style>
span { border-color: #B6C056; }
span { border-color: rgb(182,192,86); }
td.TdClassName
{
border-color: #B6C056;
}
.TagClassName
{
border-color: #B6C056;
}
</style>