Shades of Celery #B9C655
Tints of Celery #B9C655
RGB
CMYK
RGB Variations
Color information
#B9C655 (or 0xB9C655) is known color: Celery. HEX triplet: B9, C6 and 55. RGB value is (185,198,85). Sum of RGB (Red+Green+Blue) = 185+198+85=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #B9C655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C655 is #4639AA. Grayscale: #B5B5B5. Windows color (decimal): -4602283 or 5621433. OLE color: 5621433.
HSL color Cylindrical-coordinate representation of color #B9C655: hue angle of 66.9º 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 #B9C655 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 198 | 85 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.22 |
| HSL | 66.9º | 0.5% | 0.55% | - |
| HSV(B) | 66.9º | 0.57% | 0.78% | - |
| XYZ | 41.84 | 51.36 | 16.3 | - |
| YUV | 181.23 | 73.69 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 198 | 85 | 0.07 | 0 | 0.57 | 0.22 | 66.9 | 0.5 | 0.55 |
| Hex | B9 | C6 | 55 | 7 | 0 | 39 | 16 | 43 | 32 | 37 |
| Octal | 271 | 306 | 125 | 7 | 0 | 71 | 26 | 103 | 62 | 67 |
| Binary | 10111001 | 11000110 | 1010101 | 111 | 0 | 111001 | 10110 | 1000011 | 110010 | 110111 |
Color Harmonies of #B9C655
Complementary color
Monochromatic Colors of #B9C655
Black with #B9C655
Text Example
Text Example
White with #B9C655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C655; }
p { color: rgb(185,198,85); }
H1.HeaderClassName
{
color: #B9C655;
}
.AnyTagClassName
{
color: #B9C655;
}
</style>
background-color css
<style>
a { background-color: #B9C655; }
a { background-color: rgb(185,198,85); }
div.DivClassName
{
background-color: #B9C655;
}
.BgClassName
{
background-color: #B9C655;
}
</style>
border-color css
<style>
span { border-color: #B9C655; }
span { border-color: rgb(185,198,85); }
td.TdClassName
{
border-color: #B9C655;
}
.TagClassName
{
border-color: #B9C655;
}
</style>