Shades of Celery #B9BF4D
Tints of Celery #B9BF4D
RGB
CMYK
RGB Variations
Color information
#B9BF4D (or 0xB9BF4D) is known color: Celery. HEX triplet: B9, BF and 4D. RGB value is (185,191,77). Sum of RGB (Red+Green+Blue) = 185+191+77=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF4D is #4640B2. Grayscale: #B0B0B0. Windows color (decimal): -4604083 or 5095353. OLE color: 5095353.
HSL color Cylindrical-coordinate representation of color #B9BF4D: hue angle of 63.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9BF4D is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 77 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.25 |
| HSL | 63.16º | 0.47% | 0.53% | - |
| HSV(B) | 63.16º | 0.6% | 0.75% | - |
| XYZ | 39.98 | 48.11 | 14.2 | - |
| YUV | 176.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 77 | 0.03 | 0 | 0.60 | 0.25 | 63.16 | 0.47 | 0.53 |
| Hex | B9 | BF | 4D | 3 | 0 | 3C | 19 | 3F | 2F | 35 |
| Octal | 271 | 277 | 115 | 3 | 0 | 74 | 31 | 77 | 57 | 65 |
| Binary | 10111001 | 10111111 | 1001101 | 11 | 0 | 111100 | 11001 | 111111 | 101111 | 110101 |
Color Harmonies of #B9BF4D
Complementary color
Monochromatic Colors of #B9BF4D
Black with #B9BF4D
Text Example
Text Example
White with #B9BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BF4D; }
p { color: rgb(185,191,77); }
H1.HeaderClassName
{
color: #B9BF4D;
}
.AnyTagClassName
{
color: #B9BF4D;
}
</style>
background-color css
<style>
a { background-color: #B9BF4D; }
a { background-color: rgb(185,191,77); }
div.DivClassName
{
background-color: #B9BF4D;
}
.BgClassName
{
background-color: #B9BF4D;
}
</style>
border-color css
<style>
span { border-color: #B9BF4D; }
span { border-color: rgb(185,191,77); }
td.TdClassName
{
border-color: #B9BF4D;
}
.TagClassName
{
border-color: #B9BF4D;
}
</style>