Shades of Celery #B8BD4E
Tints of Celery #B8BD4E
RGB
CMYK
RGB Variations
Color information
#B8BD4E (or 0xB8BD4E) is known color: Celery. HEX triplet: B8, BD and 4E. RGB value is (184,189,78). Sum of RGB (Red+Green+Blue) = 184+189+78=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD4E is #4742B1. Grayscale: #AFAFAF. Windows color (decimal): -4670130 or 5160376. OLE color: 5160376.
HSL color Cylindrical-coordinate representation of color #B8BD4E: hue angle of 62.7º degrees, saturation: 0.46, 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 #B8BD4E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 78 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.26 |
| HSL | 62.7º | 0.46% | 0.52% | - |
| HSV(B) | 62.7º | 0.59% | 0.74% | - |
| XYZ | 39.34 | 47.14 | 14.23 | - |
| YUV | 174.85 | 73.34 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 78 | 0.03 | 0 | 0.59 | 0.26 | 62.7 | 0.46 | 0.52 |
| Hex | B8 | BD | 4E | 3 | 0 | 3B | 1A | 3F | 2E | 34 |
| Octal | 270 | 275 | 116 | 3 | 0 | 73 | 32 | 77 | 56 | 64 |
| Binary | 10111000 | 10111101 | 1001110 | 11 | 0 | 111011 | 11010 | 111111 | 101110 | 110100 |
Color Harmonies of #B8BD4E
Complementary color
Monochromatic Colors of #B8BD4E
Black with #B8BD4E
Text Example
Text Example
White with #B8BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD4E; }
p { color: rgb(184,189,78); }
H1.HeaderClassName
{
color: #B8BD4E;
}
.AnyTagClassName
{
color: #B8BD4E;
}
</style>
background-color css
<style>
a { background-color: #B8BD4E; }
a { background-color: rgb(184,189,78); }
div.DivClassName
{
background-color: #B8BD4E;
}
.BgClassName
{
background-color: #B8BD4E;
}
</style>
border-color css
<style>
span { border-color: #B8BD4E; }
span { border-color: rgb(184,189,78); }
td.TdClassName
{
border-color: #B8BD4E;
}
.TagClassName
{
border-color: #B8BD4E;
}
</style>