Shades of Celery #B9C039
Tints of Celery #B9C039
RGB
CMYK
RGB Variations
Color information
#B9C039 (or 0xB9C039) is known color: Celery. HEX triplet: B9, C0 and 39. RGB value is (185,192,57). Sum of RGB (Red+Green+Blue) = 185+192+57=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C039 is #463FC6. Grayscale: #AFAFAF. Windows color (decimal): -4603847 or 3784889. OLE color: 3784889.
HSL color Cylindrical-coordinate representation of color #B9C039: hue angle of 63.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9C039 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 57 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.25 |
| HSL | 63.11º | 0.54% | 0.49% | - |
| HSV(B) | 63.11º | 0.7% | 0.75% | - |
| XYZ | 39.6 | 48.31 | 11.11 | - |
| YUV | 174.52 | 61.68 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 57 | 0.04 | 0 | 0.70 | 0.25 | 63.11 | 0.54 | 0.49 |
| Hex | B9 | C0 | 39 | 4 | 0 | 46 | 19 | 3F | 36 | 31 |
| Octal | 271 | 300 | 71 | 4 | 0 | 106 | 31 | 77 | 66 | 61 |
| Binary | 10111001 | 11000000 | 111001 | 100 | 0 | 1000110 | 11001 | 111111 | 110110 | 110001 |
Color Harmonies of #B9C039
Complementary color
Monochromatic Colors of #B9C039
Black with #B9C039
Text Example
Text Example
White with #B9C039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C039; }
p { color: rgb(185,192,57); }
H1.HeaderClassName
{
color: #B9C039;
}
.AnyTagClassName
{
color: #B9C039;
}
</style>
background-color css
<style>
a { background-color: #B9C039; }
a { background-color: rgb(185,192,57); }
div.DivClassName
{
background-color: #B9C039;
}
.BgClassName
{
background-color: #B9C039;
}
</style>
border-color css
<style>
span { border-color: #B9C039; }
span { border-color: rgb(185,192,57); }
td.TdClassName
{
border-color: #B9C039;
}
.TagClassName
{
border-color: #B9C039;
}
</style>