Shades of Celery #B9CF4E
Tints of Celery #B9CF4E
RGB
CMYK
RGB Variations
Color information
#B9CF4E (or 0xB9CF4E) is known color: Celery. HEX triplet: B9, CF and 4E. RGB value is (185,207,78). Sum of RGB (Red+Green+Blue) = 185+207+78=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CF4E is #4630B1. Grayscale: #BABABA. Windows color (decimal): -4599986 or 5164985. OLE color: 5164985.
HSL color Cylindrical-coordinate representation of color #B9CF4E: hue angle of 70.23º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9CF4E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 78 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.19 |
| HSL | 70.23º | 0.57% | 0.56% | - |
| HSV(B) | 70.23º | 0.62% | 0.81% | - |
| XYZ | 43.7 | 55.49 | 15.62 | - |
| YUV | 185.72 | 67.21 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 78 | 0.11 | 0 | 0.62 | 0.19 | 70.23 | 0.57 | 0.56 |
| Hex | B9 | CF | 4E | B | 0 | 3E | 13 | 46 | 39 | 38 |
| Octal | 271 | 317 | 116 | 13 | 0 | 76 | 23 | 106 | 71 | 70 |
| Binary | 10111001 | 11001111 | 1001110 | 1011 | 0 | 111110 | 10011 | 1000110 | 111001 | 111000 |
Color Harmonies of #B9CF4E
Complementary color
Monochromatic Colors of #B9CF4E
Black with #B9CF4E
Text Example
Text Example
White with #B9CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF4E; }
p { color: rgb(185,207,78); }
H1.HeaderClassName
{
color: #B9CF4E;
}
.AnyTagClassName
{
color: #B9CF4E;
}
</style>
background-color css
<style>
a { background-color: #B9CF4E; }
a { background-color: rgb(185,207,78); }
div.DivClassName
{
background-color: #B9CF4E;
}
.BgClassName
{
background-color: #B9CF4E;
}
</style>
border-color css
<style>
span { border-color: #B9CF4E; }
span { border-color: rgb(185,207,78); }
td.TdClassName
{
border-color: #B9CF4E;
}
.TagClassName
{
border-color: #B9CF4E;
}
</style>