Shades of Celery #B9C141
Tints of Celery #B9C141
RGB
CMYK
RGB Variations
Color information
#B9C141 (or 0xB9C141) is known color: Celery. HEX triplet: B9, C1 and 41. RGB value is (185,193,65). Sum of RGB (Red+Green+Blue) = 185+193+65=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C141 is #463EBE. Grayscale: #B0B0B0. Windows color (decimal): -4603583 or 4309433. OLE color: 4309433.
HSL color Cylindrical-coordinate representation of color #B9C141: hue angle of 63.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9C141 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 65 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.24 |
| HSL | 63.75º | 0.51% | 0.51% | - |
| HSV(B) | 63.75º | 0.66% | 0.76% | - |
| XYZ | 40.03 | 48.84 | 12.32 | - |
| YUV | 176.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 65 | 0.04 | 0 | 0.66 | 0.24 | 63.75 | 0.51 | 0.51 |
| Hex | B9 | C1 | 41 | 4 | 0 | 42 | 18 | 40 | 33 | 33 |
| Octal | 271 | 301 | 101 | 4 | 0 | 102 | 30 | 100 | 63 | 63 |
| Binary | 10111001 | 11000001 | 1000001 | 100 | 0 | 1000010 | 11000 | 1000000 | 110011 | 110011 |
Color Harmonies of #B9C141
Complementary color
Monochromatic Colors of #B9C141
Black with #B9C141
Text Example
Text Example
White with #B9C141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C141; }
p { color: rgb(185,193,65); }
H1.HeaderClassName
{
color: #B9C141;
}
.AnyTagClassName
{
color: #B9C141;
}
</style>
background-color css
<style>
a { background-color: #B9C141; }
a { background-color: rgb(185,193,65); }
div.DivClassName
{
background-color: #B9C141;
}
.BgClassName
{
background-color: #B9C141;
}
</style>
border-color css
<style>
span { border-color: #B9C141; }
span { border-color: rgb(185,193,65); }
td.TdClassName
{
border-color: #B9C141;
}
.TagClassName
{
border-color: #B9C141;
}
</style>