Shades of Celery #B9C449
Tints of Celery #B9C449
RGB
CMYK
RGB Variations
Color information
#B9C449 (or 0xB9C449) is known color: Celery. HEX triplet: B9, C4 and 49. RGB value is (185,196,73). Sum of RGB (Red+Green+Blue) = 185+196+73=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C449 is #463BB6. Grayscale: #B3B3B3. Windows color (decimal): -4602807 or 4834489. OLE color: 4834489.
HSL color Cylindrical-coordinate representation of color #B9C449: hue angle of 65.37º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9C449 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 73 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.23 |
| HSL | 65.37º | 0.51% | 0.53% | - |
| HSV(B) | 65.37º | 0.63% | 0.77% | - |
| XYZ | 40.95 | 50.28 | 13.85 | - |
| YUV | 178.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 73 | 0.06 | 0 | 0.63 | 0.23 | 65.37 | 0.51 | 0.53 |
| Hex | B9 | C4 | 49 | 6 | 0 | 3F | 17 | 41 | 33 | 35 |
| Octal | 271 | 304 | 111 | 6 | 0 | 77 | 27 | 101 | 63 | 65 |
| Binary | 10111001 | 11000100 | 1001001 | 110 | 0 | 111111 | 10111 | 1000001 | 110011 | 110101 |
Color Harmonies of #B9C449
Complementary color
Monochromatic Colors of #B9C449
Black with #B9C449
Text Example
Text Example
White with #B9C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C449; }
p { color: rgb(185,196,73); }
H1.HeaderClassName
{
color: #B9C449;
}
.AnyTagClassName
{
color: #B9C449;
}
</style>
background-color css
<style>
a { background-color: #B9C449; }
a { background-color: rgb(185,196,73); }
div.DivClassName
{
background-color: #B9C449;
}
.BgClassName
{
background-color: #B9C449;
}
</style>
border-color css
<style>
span { border-color: #B9C449; }
span { border-color: rgb(185,196,73); }
td.TdClassName
{
border-color: #B9C449;
}
.TagClassName
{
border-color: #B9C449;
}
</style>