Shades of Celery #B9C94F
Tints of Celery #B9C94F
RGB
CMYK
RGB Variations
Color information
#B9C94F (or 0xB9C94F) is known color: Celery. HEX triplet: B9, C9 and 4F. RGB value is (185,201,79). Sum of RGB (Red+Green+Blue) = 185+201+79=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C94F is #4636B0. Grayscale: #B6B6B6. Windows color (decimal): -4601521 or 5228985. OLE color: 5228985.
HSL color Cylindrical-coordinate representation of color #B9C94F: hue angle of 67.87º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9C94F is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 201 | 79 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.21 |
| HSL | 67.87º | 0.53% | 0.55% | - |
| HSV(B) | 67.87º | 0.61% | 0.79% | - |
| XYZ | 42.31 | 52.65 | 15.33 | - |
| YUV | 182.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 201 | 79 | 0.08 | 0 | 0.61 | 0.21 | 67.87 | 0.53 | 0.55 |
| Hex | B9 | C9 | 4F | 8 | 0 | 3D | 15 | 44 | 35 | 37 |
| Octal | 271 | 311 | 117 | 10 | 0 | 75 | 25 | 104 | 65 | 67 |
| Binary | 10111001 | 11001001 | 1001111 | 1000 | 0 | 111101 | 10101 | 1000100 | 110101 | 110111 |
Color Harmonies of #B9C94F
Complementary color
Monochromatic Colors of #B9C94F
Black with #B9C94F
Text Example
Text Example
White with #B9C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C94F; }
p { color: rgb(185,201,79); }
H1.HeaderClassName
{
color: #B9C94F;
}
.AnyTagClassName
{
color: #B9C94F;
}
</style>
background-color css
<style>
a { background-color: #B9C94F; }
a { background-color: rgb(185,201,79); }
div.DivClassName
{
background-color: #B9C94F;
}
.BgClassName
{
background-color: #B9C94F;
}
</style>
border-color css
<style>
span { border-color: #B9C94F; }
span { border-color: rgb(185,201,79); }
td.TdClassName
{
border-color: #B9C94F;
}
.TagClassName
{
border-color: #B9C94F;
}
</style>