Shades of Celery #B8C047
Tints of Celery #B8C047
RGB
CMYK
RGB Variations
Color information
#B8C047 (or 0xB8C047) is known color: Celery. HEX triplet: B8, C0 and 47. RGB value is (184,192,71). Sum of RGB (Red+Green+Blue) = 184+192+71=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C047 is #473FB8. Grayscale: #B0B0B0. Windows color (decimal): -4669369 or 4702392. OLE color: 4702392.
HSL color Cylindrical-coordinate representation of color #B8C047: hue angle of 63.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8C047 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 71 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.25 |
| HSL | 63.97º | 0.49% | 0.52% | - |
| HSV(B) | 63.97º | 0.63% | 0.75% | - |
| XYZ | 39.75 | 48.34 | 13.2 | - |
| YUV | 175.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 71 | 0.04 | 0 | 0.63 | 0.25 | 63.97 | 0.49 | 0.52 |
| Hex | B8 | C0 | 47 | 4 | 0 | 3F | 19 | 40 | 31 | 34 |
| Octal | 270 | 300 | 107 | 4 | 0 | 77 | 31 | 100 | 61 | 64 |
| Binary | 10111000 | 11000000 | 1000111 | 100 | 0 | 111111 | 11001 | 1000000 | 110001 | 110100 |
Color Harmonies of #B8C047
Complementary color
Monochromatic Colors of #B8C047
Black with #B8C047
Text Example
Text Example
White with #B8C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C047; }
p { color: rgb(184,192,71); }
H1.HeaderClassName
{
color: #B8C047;
}
.AnyTagClassName
{
color: #B8C047;
}
</style>
background-color css
<style>
a { background-color: #B8C047; }
a { background-color: rgb(184,192,71); }
div.DivClassName
{
background-color: #B8C047;
}
.BgClassName
{
background-color: #B8C047;
}
</style>
border-color css
<style>
span { border-color: #B8C047; }
span { border-color: rgb(184,192,71); }
td.TdClassName
{
border-color: #B8C047;
}
.TagClassName
{
border-color: #B8C047;
}
</style>