Shades of Celery #B8BD47
Tints of Celery #B8BD47
RGB
CMYK
RGB Variations
Color information
#B8BD47 (or 0xB8BD47) is known color: Celery. HEX triplet: B8, BD and 47. RGB value is (184,189,71). Sum of RGB (Red+Green+Blue) = 184+189+71=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD47 is #4742B8. Grayscale: #AEAEAE. Windows color (decimal): -4670137 or 4701624. OLE color: 4701624.
HSL color Cylindrical-coordinate representation of color #B8BD47: hue angle of 62.54º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8BD47 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 71 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.26 |
| HSL | 62.54º | 0.47% | 0.51% | - |
| HSV(B) | 62.54º | 0.62% | 0.74% | - |
| XYZ | 39.1 | 47.04 | 12.98 | - |
| YUV | 174.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 71 | 0.03 | 0 | 0.62 | 0.26 | 62.54 | 0.47 | 0.51 |
| Hex | B8 | BD | 47 | 3 | 0 | 3E | 1A | 3F | 2F | 33 |
| Octal | 270 | 275 | 107 | 3 | 0 | 76 | 32 | 77 | 57 | 63 |
| Binary | 10111000 | 10111101 | 1000111 | 11 | 0 | 111110 | 11010 | 111111 | 101111 | 110011 |
Color Harmonies of #B8BD47
Complementary color
Monochromatic Colors of #B8BD47
Black with #B8BD47
Text Example
Text Example
White with #B8BD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD47; }
p { color: rgb(184,189,71); }
H1.HeaderClassName
{
color: #B8BD47;
}
.AnyTagClassName
{
color: #B8BD47;
}
</style>
background-color css
<style>
a { background-color: #B8BD47; }
a { background-color: rgb(184,189,71); }
div.DivClassName
{
background-color: #B8BD47;
}
.BgClassName
{
background-color: #B8BD47;
}
</style>
border-color css
<style>
span { border-color: #B8BD47; }
span { border-color: rgb(184,189,71); }
td.TdClassName
{
border-color: #B8BD47;
}
.TagClassName
{
border-color: #B8BD47;
}
</style>