Shades of Celery #B9C049
Tints of Celery #B9C049
RGB
CMYK
RGB Variations
Color information
#B9C049 (or 0xB9C049) is known color: Celery. HEX triplet: B9, C0 and 49. RGB value is (185,192,73). Sum of RGB (Red+Green+Blue) = 185+192+73=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C049 is #463FB6. Grayscale: #B0B0B0. Windows color (decimal): -4603831 or 4833465. OLE color: 4833465.
HSL color Cylindrical-coordinate representation of color #B9C049: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9C049 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 73 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.25 |
| HSL | 63.53º | 0.49% | 0.52% | - |
| HSV(B) | 63.53º | 0.62% | 0.75% | - |
| XYZ | 40.06 | 48.49 | 13.55 | - |
| YUV | 176.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 73 | 0.04 | 0 | 0.62 | 0.25 | 63.53 | 0.49 | 0.52 |
| Hex | B9 | C0 | 49 | 4 | 0 | 3E | 19 | 40 | 31 | 34 |
| Octal | 271 | 300 | 111 | 4 | 0 | 76 | 31 | 100 | 61 | 64 |
| Binary | 10111001 | 11000000 | 1001001 | 100 | 0 | 111110 | 11001 | 1000000 | 110001 | 110100 |
Color Harmonies of #B9C049
Complementary color
Monochromatic Colors of #B9C049
Black with #B9C049
Text Example
Text Example
White with #B9C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C049; }
p { color: rgb(185,192,73); }
H1.HeaderClassName
{
color: #B9C049;
}
.AnyTagClassName
{
color: #B9C049;
}
</style>
background-color css
<style>
a { background-color: #B9C049; }
a { background-color: rgb(185,192,73); }
div.DivClassName
{
background-color: #B9C049;
}
.BgClassName
{
background-color: #B9C049;
}
</style>
border-color css
<style>
span { border-color: #B9C049; }
span { border-color: rgb(185,192,73); }
td.TdClassName
{
border-color: #B9C049;
}
.TagClassName
{
border-color: #B9C049;
}
</style>