Shades of Celery #B9CF49
Tints of Celery #B9CF49
RGB
CMYK
RGB Variations
Color information
#B9CF49 (or 0xB9CF49) is known color: Celery. HEX triplet: B9, CF and 49. RGB value is (185,207,73). Sum of RGB (Red+Green+Blue) = 185+207+73=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF49 is #4630B6. Grayscale: #B9B9B9. Windows color (decimal): -4599991 or 4837305. OLE color: 4837305.
HSL color Cylindrical-coordinate representation of color #B9CF49: hue angle of 69.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9CF49 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 73 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.19 |
| HSL | 69.85º | 0.58% | 0.55% | - |
| HSV(B) | 69.85º | 0.65% | 0.81% | - |
| XYZ | 43.52 | 55.42 | 14.71 | - |
| YUV | 185.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 73 | 0.11 | 0 | 0.65 | 0.19 | 69.85 | 0.58 | 0.55 |
| Hex | B9 | CF | 49 | B | 0 | 41 | 13 | 46 | 3A | 37 |
| Octal | 271 | 317 | 111 | 13 | 0 | 101 | 23 | 106 | 72 | 67 |
| Binary | 10111001 | 11001111 | 1001001 | 1011 | 0 | 1000001 | 10011 | 1000110 | 111010 | 110111 |
Color Harmonies of #B9CF49
Complementary color
Monochromatic Colors of #B9CF49
Black with #B9CF49
Text Example
Text Example
White with #B9CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF49; }
p { color: rgb(185,207,73); }
H1.HeaderClassName
{
color: #B9CF49;
}
.AnyTagClassName
{
color: #B9CF49;
}
</style>
background-color css
<style>
a { background-color: #B9CF49; }
a { background-color: rgb(185,207,73); }
div.DivClassName
{
background-color: #B9CF49;
}
.BgClassName
{
background-color: #B9CF49;
}
</style>
border-color css
<style>
span { border-color: #B9CF49; }
span { border-color: rgb(185,207,73); }
td.TdClassName
{
border-color: #B9CF49;
}
.TagClassName
{
border-color: #B9CF49;
}
</style>