Shades of Celery #B9BF59
Tints of Celery #B9BF59
RGB
CMYK
RGB Variations
Color information
#B9BF59 (or 0xB9BF59) is known color: Celery. HEX triplet: B9, BF and 59. RGB value is (185,191,89). Sum of RGB (Red+Green+Blue) = 185+191+89=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF59 is #4640A6. Grayscale: #B1B1B1. Windows color (decimal): -4604071 or 5881785. OLE color: 5881785.
HSL color Cylindrical-coordinate representation of color #B9BF59: hue angle of 63.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9BF59 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 89 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.25 |
| HSL | 63.53º | 0.44% | 0.55% | - |
| HSV(B) | 63.53º | 0.53% | 0.75% | - |
| XYZ | 40.44 | 48.3 | 16.64 | - |
| YUV | 177.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 89 | 0.03 | 0 | 0.53 | 0.25 | 63.53 | 0.44 | 0.55 |
| Hex | B9 | BF | 59 | 3 | 0 | 35 | 19 | 40 | 2C | 37 |
| Octal | 271 | 277 | 131 | 3 | 0 | 65 | 31 | 100 | 54 | 67 |
| Binary | 10111001 | 10111111 | 1011001 | 11 | 0 | 110101 | 11001 | 1000000 | 101100 | 110111 |
Color Harmonies of #B9BF59
Complementary color
Monochromatic Colors of #B9BF59
Black with #B9BF59
Text Example
Text Example
White with #B9BF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BF59; }
p { color: rgb(185,191,89); }
H1.HeaderClassName
{
color: #B9BF59;
}
.AnyTagClassName
{
color: #B9BF59;
}
</style>
background-color css
<style>
a { background-color: #B9BF59; }
a { background-color: rgb(185,191,89); }
div.DivClassName
{
background-color: #B9BF59;
}
.BgClassName
{
background-color: #B9BF59;
}
</style>
border-color css
<style>
span { border-color: #B9BF59; }
span { border-color: rgb(185,191,89); }
td.TdClassName
{
border-color: #B9BF59;
}
.TagClassName
{
border-color: #B9BF59;
}
</style>