Shades of Celery #B9CA4E
Tints of Celery #B9CA4E
RGB
CMYK
RGB Variations
Color information
#B9CA4E (or 0xB9CA4E) is known color: Celery. HEX triplet: B9, CA and 4E. RGB value is (185,202,78). Sum of RGB (Red+Green+Blue) = 185+202+78=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA4E is #4635B1. Grayscale: #B7B7B7. Windows color (decimal): -4601266 or 5163705. OLE color: 5163705.
HSL color Cylindrical-coordinate representation of color #B9CA4E: hue angle of 68.23º degrees, saturation: 0.54, 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 #B9CA4E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 78 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.21 |
| HSL | 68.23º | 0.54% | 0.55% | - |
| HSV(B) | 68.23º | 0.61% | 0.79% | - |
| XYZ | 42.5 | 53.11 | 15.22 | - |
| YUV | 182.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 78 | 0.08 | 0 | 0.61 | 0.21 | 68.23 | 0.54 | 0.55 |
| Hex | B9 | CA | 4E | 8 | 0 | 3D | 15 | 44 | 36 | 37 |
| Octal | 271 | 312 | 116 | 10 | 0 | 75 | 25 | 104 | 66 | 67 |
| Binary | 10111001 | 11001010 | 1001110 | 1000 | 0 | 111101 | 10101 | 1000100 | 110110 | 110111 |
Color Harmonies of #B9CA4E
Complementary color
Monochromatic Colors of #B9CA4E
Black with #B9CA4E
Text Example
Text Example
White with #B9CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA4E; }
p { color: rgb(185,202,78); }
H1.HeaderClassName
{
color: #B9CA4E;
}
.AnyTagClassName
{
color: #B9CA4E;
}
</style>
background-color css
<style>
a { background-color: #B9CA4E; }
a { background-color: rgb(185,202,78); }
div.DivClassName
{
background-color: #B9CA4E;
}
.BgClassName
{
background-color: #B9CA4E;
}
</style>
border-color css
<style>
span { border-color: #B9CA4E; }
span { border-color: rgb(185,202,78); }
td.TdClassName
{
border-color: #B9CA4E;
}
.TagClassName
{
border-color: #B9CA4E;
}
</style>