Shades of Celery #B9C749
Tints of Celery #B9C749
RGB
CMYK
RGB Variations
Color information
#B9C749 (or 0xB9C749) is known color: Celery. HEX triplet: B9, C7 and 49. RGB value is (185,199,73). Sum of RGB (Red+Green+Blue) = 185+199+73=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #B9C749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C749 is #4638B6. Grayscale: #B4B4B4. Windows color (decimal): -4602039 or 4835257. OLE color: 4835257.
HSL color Cylindrical-coordinate representation of color #B9C749: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9C749 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 199 | 73 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.22 |
| HSL | 66.67º | 0.53% | 0.53% | - |
| HSV(B) | 66.67º | 0.63% | 0.78% | - |
| XYZ | 41.63 | 51.64 | 14.08 | - |
| YUV | 180.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 199 | 73 | 0.07 | 0 | 0.63 | 0.22 | 66.67 | 0.53 | 0.53 |
| Hex | B9 | C7 | 49 | 7 | 0 | 3F | 16 | 43 | 35 | 35 |
| Octal | 271 | 307 | 111 | 7 | 0 | 77 | 26 | 103 | 65 | 65 |
| Binary | 10111001 | 11000111 | 1001001 | 111 | 0 | 111111 | 10110 | 1000011 | 110101 | 110101 |
Color Harmonies of #B9C749
Complementary color
Monochromatic Colors of #B9C749
Black with #B9C749
Text Example
Text Example
White with #B9C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C749; }
p { color: rgb(185,199,73); }
H1.HeaderClassName
{
color: #B9C749;
}
.AnyTagClassName
{
color: #B9C749;
}
</style>
background-color css
<style>
a { background-color: #B9C749; }
a { background-color: rgb(185,199,73); }
div.DivClassName
{
background-color: #B9C749;
}
.BgClassName
{
background-color: #B9C749;
}
</style>
border-color css
<style>
span { border-color: #B9C749; }
span { border-color: rgb(185,199,73); }
td.TdClassName
{
border-color: #B9C749;
}
.TagClassName
{
border-color: #B9C749;
}
</style>