Shades of Celery #B6C655
Tints of Celery #B6C655
RGB
CMYK
RGB Variations
Color information
#B6C655 (or 0xB6C655) is known color: Celery. HEX triplet: B6, C6 and 55. RGB value is (182,198,85). Sum of RGB (Red+Green+Blue) = 182+198+85=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C655 is #4939AA. Grayscale: #B4B4B4. Windows color (decimal): -4798891 or 5621430. OLE color: 5621430.
HSL color Cylindrical-coordinate representation of color #B6C655: hue angle of 68.5º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6C655 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 85 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.22 |
| HSL | 68.5º | 0.5% | 0.55% | - |
| HSV(B) | 68.5º | 0.57% | 0.78% | - |
| XYZ | 41.13 | 50.99 | 16.27 | - |
| YUV | 180.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 85 | 0.08 | 0 | 0.57 | 0.22 | 68.5 | 0.5 | 0.55 |
| Hex | B6 | C6 | 55 | 8 | 0 | 39 | 16 | 44 | 32 | 37 |
| Octal | 266 | 306 | 125 | 10 | 0 | 71 | 26 | 104 | 62 | 67 |
| Binary | 10110110 | 11000110 | 1010101 | 1000 | 0 | 111001 | 10110 | 1000100 | 110010 | 110111 |
Color Harmonies of #B6C655
Complementary color
Monochromatic Colors of #B6C655
Black with #B6C655
Text Example
Text Example
White with #B6C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C655; }
p { color: rgb(182,198,85); }
H1.HeaderClassName
{
color: #B6C655;
}
.AnyTagClassName
{
color: #B6C655;
}
</style>
background-color css
<style>
a { background-color: #B6C655; }
a { background-color: rgb(182,198,85); }
div.DivClassName
{
background-color: #B6C655;
}
.BgClassName
{
background-color: #B6C655;
}
</style>
border-color css
<style>
span { border-color: #B6C655; }
span { border-color: rgb(182,198,85); }
td.TdClassName
{
border-color: #B6C655;
}
.TagClassName
{
border-color: #B6C655;
}
</style>