Shades of Celery #B8C24C
Tints of Celery #B8C24C
RGB
CMYK
RGB Variations
Color information
#B8C24C (or 0xB8C24C) is known color: Celery. HEX triplet: B8, C2 and 4C. RGB value is (184,194,76). Sum of RGB (Red+Green+Blue) = 184+194+76=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C24C is #473DB3. Grayscale: #B2B2B2. Windows color (decimal): -4668852 or 5030584. OLE color: 5030584.
HSL color Cylindrical-coordinate representation of color #B8C24C: hue angle of 65.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8C24C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 76 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.24 |
| HSL | 65.08º | 0.49% | 0.53% | - |
| HSV(B) | 65.08º | 0.61% | 0.76% | - |
| XYZ | 40.36 | 49.3 | 14.23 | - |
| YUV | 177.56 | 70.69 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 76 | 0.05 | 0 | 0.61 | 0.24 | 65.08 | 0.49 | 0.53 |
| Hex | B8 | C2 | 4C | 5 | 0 | 3D | 18 | 41 | 31 | 35 |
| Octal | 270 | 302 | 114 | 5 | 0 | 75 | 30 | 101 | 61 | 65 |
| Binary | 10111000 | 11000010 | 1001100 | 101 | 0 | 111101 | 11000 | 1000001 | 110001 | 110101 |
Color Harmonies of #B8C24C
Complementary color
Monochromatic Colors of #B8C24C
Black with #B8C24C
Text Example
Text Example
White with #B8C24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C24C; }
p { color: rgb(184,194,76); }
H1.HeaderClassName
{
color: #B8C24C;
}
.AnyTagClassName
{
color: #B8C24C;
}
</style>
background-color css
<style>
a { background-color: #B8C24C; }
a { background-color: rgb(184,194,76); }
div.DivClassName
{
background-color: #B8C24C;
}
.BgClassName
{
background-color: #B8C24C;
}
</style>
border-color css
<style>
span { border-color: #B8C24C; }
span { border-color: rgb(184,194,76); }
td.TdClassName
{
border-color: #B8C24C;
}
.TagClassName
{
border-color: #B8C24C;
}
</style>