Shades of Celery #B5BC4E
Tints of Celery #B5BC4E
RGB
CMYK
RGB Variations
Color information
#B5BC4E (or 0xB5BC4E) is known color: Celery. HEX triplet: B5, BC and 4E. RGB value is (181,188,78). Sum of RGB (Red+Green+Blue) = 181+188+78=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC4E is #4A43B1. Grayscale: #ADADAD. Windows color (decimal): -4866994 or 5160117. OLE color: 5160117.
HSL color Cylindrical-coordinate representation of color #B5BC4E: hue angle of 63.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5BC4E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 78 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.26 |
| HSL | 63.82º | 0.45% | 0.52% | - |
| HSV(B) | 63.82º | 0.59% | 0.74% | - |
| XYZ | 38.41 | 46.34 | 14.13 | - |
| YUV | 173.37 | 74.18 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 78 | 0.04 | 0 | 0.59 | 0.26 | 63.82 | 0.45 | 0.52 |
| Hex | B5 | BC | 4E | 4 | 0 | 3B | 1A | 40 | 2D | 34 |
| Octal | 265 | 274 | 116 | 4 | 0 | 73 | 32 | 100 | 55 | 64 |
| Binary | 10110101 | 10111100 | 1001110 | 100 | 0 | 111011 | 11010 | 1000000 | 101101 | 110100 |
Color Harmonies of #B5BC4E
Complementary color
Monochromatic Colors of #B5BC4E
Black with #B5BC4E
Text Example
Text Example
White with #B5BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC4E; }
p { color: rgb(181,188,78); }
H1.HeaderClassName
{
color: #B5BC4E;
}
.AnyTagClassName
{
color: #B5BC4E;
}
</style>
background-color css
<style>
a { background-color: #B5BC4E; }
a { background-color: rgb(181,188,78); }
div.DivClassName
{
background-color: #B5BC4E;
}
.BgClassName
{
background-color: #B5BC4E;
}
</style>
border-color css
<style>
span { border-color: #B5BC4E; }
span { border-color: rgb(181,188,78); }
td.TdClassName
{
border-color: #B5BC4E;
}
.TagClassName
{
border-color: #B5BC4E;
}
</style>