Shades of Celery #B5BF4E
Tints of Celery #B5BF4E
RGB
CMYK
RGB Variations
Color information
#B5BF4E (or 0xB5BF4E) is known color: Celery. HEX triplet: B5, BF and 4E. RGB value is (181,191,78). Sum of RGB (Red+Green+Blue) = 181+191+78=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF4E is #4A40B1. Grayscale: #AFAFAF. Windows color (decimal): -4866226 or 5160885. OLE color: 5160885.
HSL color Cylindrical-coordinate representation of color #B5BF4E: hue angle of 65.31º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5BF4E is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 78 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.25 |
| HSL | 65.31º | 0.47% | 0.53% | - |
| HSV(B) | 65.31º | 0.59% | 0.75% | - |
| XYZ | 39.06 | 47.64 | 14.34 | - |
| YUV | 175.13 | 73.19 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 78 | 0.05 | 0 | 0.59 | 0.25 | 65.31 | 0.47 | 0.53 |
| Hex | B5 | BF | 4E | 5 | 0 | 3B | 19 | 41 | 2F | 35 |
| Octal | 265 | 277 | 116 | 5 | 0 | 73 | 31 | 101 | 57 | 65 |
| Binary | 10110101 | 10111111 | 1001110 | 101 | 0 | 111011 | 11001 | 1000001 | 101111 | 110101 |
Color Harmonies of #B5BF4E
Complementary color
Monochromatic Colors of #B5BF4E
Black with #B5BF4E
Text Example
Text Example
White with #B5BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF4E; }
p { color: rgb(181,191,78); }
H1.HeaderClassName
{
color: #B5BF4E;
}
.AnyTagClassName
{
color: #B5BF4E;
}
</style>
background-color css
<style>
a { background-color: #B5BF4E; }
a { background-color: rgb(181,191,78); }
div.DivClassName
{
background-color: #B5BF4E;
}
.BgClassName
{
background-color: #B5BF4E;
}
</style>
border-color css
<style>
span { border-color: #B5BF4E; }
span { border-color: rgb(181,191,78); }
td.TdClassName
{
border-color: #B5BF4E;
}
.TagClassName
{
border-color: #B5BF4E;
}
</style>