Shades of Celery #B8C94E
Tints of Celery #B8C94E
RGB
CMYK
RGB Variations
Color information
#B8C94E (or 0xB8C94E) is known color: Celery. HEX triplet: B8, C9 and 4E. RGB value is (184,201,78). Sum of RGB (Red+Green+Blue) = 184+201+78=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C94E is #4736B1. Grayscale: #B6B6B6. Windows color (decimal): -4667058 or 5163448. OLE color: 5163448.
HSL color Cylindrical-coordinate representation of color #B8C94E: hue angle of 68.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8C94E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 78 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.21 |
| HSL | 68.29º | 0.53% | 0.55% | - |
| HSV(B) | 68.29º | 0.61% | 0.79% | - |
| XYZ | 42.03 | 52.51 | 15.13 | - |
| YUV | 181.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 78 | 0.08 | 0 | 0.61 | 0.21 | 68.29 | 0.53 | 0.55 |
| Hex | B8 | C9 | 4E | 8 | 0 | 3D | 15 | 44 | 35 | 37 |
| Octal | 270 | 311 | 116 | 10 | 0 | 75 | 25 | 104 | 65 | 67 |
| Binary | 10111000 | 11001001 | 1001110 | 1000 | 0 | 111101 | 10101 | 1000100 | 110101 | 110111 |
Color Harmonies of #B8C94E
Complementary color
Monochromatic Colors of #B8C94E
Black with #B8C94E
Text Example
Text Example
White with #B8C94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C94E; }
p { color: rgb(184,201,78); }
H1.HeaderClassName
{
color: #B8C94E;
}
.AnyTagClassName
{
color: #B8C94E;
}
</style>
background-color css
<style>
a { background-color: #B8C94E; }
a { background-color: rgb(184,201,78); }
div.DivClassName
{
background-color: #B8C94E;
}
.BgClassName
{
background-color: #B8C94E;
}
</style>
border-color css
<style>
span { border-color: #B8C94E; }
span { border-color: rgb(184,201,78); }
td.TdClassName
{
border-color: #B8C94E;
}
.TagClassName
{
border-color: #B8C94E;
}
</style>