Shades of Celery #B8C04F
Tints of Celery #B8C04F
RGB
CMYK
RGB Variations
Color information
#B8C04F (or 0xB8C04F) is known color: Celery. HEX triplet: B8, C0 and 4F. RGB value is (184,192,79). Sum of RGB (Red+Green+Blue) = 184+192+79=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C04F is #473FB0. Grayscale: #B1B1B1. Windows color (decimal): -4669361 or 5226680. OLE color: 5226680.
HSL color Cylindrical-coordinate representation of color #B8C04F: hue angle of 64.25º 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 #B8C04F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 79 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.25 |
| HSL | 64.25º | 0.47% | 0.53% | - |
| HSV(B) | 64.25º | 0.59% | 0.75% | - |
| XYZ | 40.03 | 48.45 | 14.64 | - |
| YUV | 176.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 79 | 0.04 | 0 | 0.59 | 0.25 | 64.25 | 0.47 | 0.53 |
| Hex | B8 | C0 | 4F | 4 | 0 | 3B | 19 | 40 | 2F | 35 |
| Octal | 270 | 300 | 117 | 4 | 0 | 73 | 31 | 100 | 57 | 65 |
| Binary | 10111000 | 11000000 | 1001111 | 100 | 0 | 111011 | 11001 | 1000000 | 101111 | 110101 |
Color Harmonies of #B8C04F
Complementary color
Monochromatic Colors of #B8C04F
Black with #B8C04F
Text Example
Text Example
White with #B8C04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C04F; }
p { color: rgb(184,192,79); }
H1.HeaderClassName
{
color: #B8C04F;
}
.AnyTagClassName
{
color: #B8C04F;
}
</style>
background-color css
<style>
a { background-color: #B8C04F; }
a { background-color: rgb(184,192,79); }
div.DivClassName
{
background-color: #B8C04F;
}
.BgClassName
{
background-color: #B8C04F;
}
</style>
border-color css
<style>
span { border-color: #B8C04F; }
span { border-color: rgb(184,192,79); }
td.TdClassName
{
border-color: #B8C04F;
}
.TagClassName
{
border-color: #B8C04F;
}
</style>