Shades of Celery #B9C441
Tints of Celery #B9C441
RGB
CMYK
RGB Variations
Color information
#B9C441 (or 0xB9C441) is known color: Celery. HEX triplet: B9, C4 and 41. RGB value is (185,196,65). Sum of RGB (Red+Green+Blue) = 185+196+65=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C441 is #463BBE. Grayscale: #B2B2B2. Windows color (decimal): -4602815 or 4310201. OLE color: 4310201.
HSL color Cylindrical-coordinate representation of color #B9C441: hue angle of 65.04º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9C441 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 65 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.23 |
| HSL | 65.04º | 0.53% | 0.51% | - |
| HSV(B) | 65.04º | 0.67% | 0.77% | - |
| XYZ | 40.7 | 50.18 | 12.54 | - |
| YUV | 177.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 65 | 0.06 | 0 | 0.67 | 0.23 | 65.04 | 0.53 | 0.51 |
| Hex | B9 | C4 | 41 | 6 | 0 | 43 | 17 | 41 | 35 | 33 |
| Octal | 271 | 304 | 101 | 6 | 0 | 103 | 27 | 101 | 65 | 63 |
| Binary | 10111001 | 11000100 | 1000001 | 110 | 0 | 1000011 | 10111 | 1000001 | 110101 | 110011 |
Color Harmonies of #B9C441
Complementary color
Monochromatic Colors of #B9C441
Black with #B9C441
Text Example
Text Example
White with #B9C441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C441; }
p { color: rgb(185,196,65); }
H1.HeaderClassName
{
color: #B9C441;
}
.AnyTagClassName
{
color: #B9C441;
}
</style>
background-color css
<style>
a { background-color: #B9C441; }
a { background-color: rgb(185,196,65); }
div.DivClassName
{
background-color: #B9C441;
}
.BgClassName
{
background-color: #B9C441;
}
</style>
border-color css
<style>
span { border-color: #B9C441; }
span { border-color: rgb(185,196,65); }
td.TdClassName
{
border-color: #B9C441;
}
.TagClassName
{
border-color: #B9C441;
}
</style>