Shades of Celery #B9BF4C
Tints of Celery #B9BF4C
RGB
CMYK
RGB Variations
Color information
#B9BF4C (or 0xB9BF4C) is known color: Celery. HEX triplet: B9, BF and 4C. RGB value is (185,191,76). Sum of RGB (Red+Green+Blue) = 185+191+76=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF4C is #4640B3. Grayscale: #B0B0B0. Windows color (decimal): -4604084 or 5029817. OLE color: 5029817.
HSL color Cylindrical-coordinate representation of color #B9BF4C: hue angle of 63.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9BF4C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 76 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.25 |
| HSL | 63.13º | 0.47% | 0.52% | - |
| HSV(B) | 63.13º | 0.6% | 0.75% | - |
| XYZ | 39.94 | 48.1 | 14.02 | - |
| YUV | 176.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 76 | 0.03 | 0 | 0.60 | 0.25 | 63.13 | 0.47 | 0.52 |
| Hex | B9 | BF | 4C | 3 | 0 | 3C | 19 | 3F | 2F | 34 |
| Octal | 271 | 277 | 114 | 3 | 0 | 74 | 31 | 77 | 57 | 64 |
| Binary | 10111001 | 10111111 | 1001100 | 11 | 0 | 111100 | 11001 | 111111 | 101111 | 110100 |
Color Harmonies of #B9BF4C
Complementary color
Monochromatic Colors of #B9BF4C
Black with #B9BF4C
Text Example
Text Example
White with #B9BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BF4C; }
p { color: rgb(185,191,76); }
H1.HeaderClassName
{
color: #B9BF4C;
}
.AnyTagClassName
{
color: #B9BF4C;
}
</style>
background-color css
<style>
a { background-color: #B9BF4C; }
a { background-color: rgb(185,191,76); }
div.DivClassName
{
background-color: #B9BF4C;
}
.BgClassName
{
background-color: #B9BF4C;
}
</style>
border-color css
<style>
span { border-color: #B9BF4C; }
span { border-color: rgb(185,191,76); }
td.TdClassName
{
border-color: #B9BF4C;
}
.TagClassName
{
border-color: #B9BF4C;
}
</style>