Shades of Celery #B8C24D
Tints of Celery #B8C24D
RGB
CMYK
RGB Variations
Color information
#B8C24D (or 0xB8C24D) is known color: Celery. HEX triplet: B8, C2 and 4D. RGB value is (184,194,77). Sum of RGB (Red+Green+Blue) = 184+194+77=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C24D is #473DB2. Grayscale: #B2B2B2. Windows color (decimal): -4668851 or 5096120. OLE color: 5096120.
HSL color Cylindrical-coordinate representation of color #B8C24D: hue angle of 65.13º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8C24D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 77 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.24 |
| HSL | 65.13º | 0.49% | 0.53% | - |
| HSV(B) | 65.13º | 0.6% | 0.76% | - |
| XYZ | 40.4 | 49.31 | 14.41 | - |
| YUV | 177.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 77 | 0.05 | 0 | 0.60 | 0.24 | 65.13 | 0.49 | 0.53 |
| Hex | B8 | C2 | 4D | 5 | 0 | 3C | 18 | 41 | 31 | 35 |
| Octal | 270 | 302 | 115 | 5 | 0 | 74 | 30 | 101 | 61 | 65 |
| Binary | 10111000 | 11000010 | 1001101 | 101 | 0 | 111100 | 11000 | 1000001 | 110001 | 110101 |
Color Harmonies of #B8C24D
Complementary color
Monochromatic Colors of #B8C24D
Black with #B8C24D
Text Example
Text Example
White with #B8C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C24D; }
p { color: rgb(184,194,77); }
H1.HeaderClassName
{
color: #B8C24D;
}
.AnyTagClassName
{
color: #B8C24D;
}
</style>
background-color css
<style>
a { background-color: #B8C24D; }
a { background-color: rgb(184,194,77); }
div.DivClassName
{
background-color: #B8C24D;
}
.BgClassName
{
background-color: #B8C24D;
}
</style>
border-color css
<style>
span { border-color: #B8C24D; }
span { border-color: rgb(184,194,77); }
td.TdClassName
{
border-color: #B8C24D;
}
.TagClassName
{
border-color: #B8C24D;
}
</style>