Shades of Celery #B9CF4B
Tints of Celery #B9CF4B
RGB
CMYK
RGB Variations
Color information
#B9CF4B (or 0xB9CF4B) is known color: Celery. HEX triplet: B9, CF and 4B. RGB value is (185,207,75). Sum of RGB (Red+Green+Blue) = 185+207+75=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CF4B is #4630B4. Grayscale: #B9B9B9. Windows color (decimal): -4599989 or 4968377. OLE color: 4968377.
HSL color Cylindrical-coordinate representation of color #B9CF4B: hue angle of 70º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9CF4B is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 207 | 75 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.19 |
| HSL | 70º | 0.58% | 0.55% | - |
| HSV(B) | 70º | 0.64% | 0.81% | - |
| XYZ | 43.59 | 55.45 | 15.06 | - |
| YUV | 185.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 207 | 75 | 0.11 | 0 | 0.64 | 0.19 | 70 | 0.58 | 0.55 |
| Hex | B9 | CF | 4B | B | 0 | 40 | 13 | 46 | 3A | 37 |
| Octal | 271 | 317 | 113 | 13 | 0 | 100 | 23 | 106 | 72 | 67 |
| Binary | 10111001 | 11001111 | 1001011 | 1011 | 0 | 1000000 | 10011 | 1000110 | 111010 | 110111 |
Color Harmonies of #B9CF4B
Complementary color
Monochromatic Colors of #B9CF4B
Black with #B9CF4B
Text Example
Text Example
White with #B9CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CF4B; }
p { color: rgb(185,207,75); }
H1.HeaderClassName
{
color: #B9CF4B;
}
.AnyTagClassName
{
color: #B9CF4B;
}
</style>
background-color css
<style>
a { background-color: #B9CF4B; }
a { background-color: rgb(185,207,75); }
div.DivClassName
{
background-color: #B9CF4B;
}
.BgClassName
{
background-color: #B9CF4B;
}
</style>
border-color css
<style>
span { border-color: #B9CF4B; }
span { border-color: rgb(185,207,75); }
td.TdClassName
{
border-color: #B9CF4B;
}
.TagClassName
{
border-color: #B9CF4B;
}
</style>