Shades of Celery #B8C24A
Tints of Celery #B8C24A
RGB
CMYK
RGB Variations
Color information
#B8C24A (or 0xB8C24A) is known color: Celery. HEX triplet: B8, C2 and 4A. RGB value is (184,194,74). Sum of RGB (Red+Green+Blue) = 184+194+74=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C24A is #473DB5. Grayscale: #B1B1B1. Windows color (decimal): -4668854 or 4899512. OLE color: 4899512.
HSL color Cylindrical-coordinate representation of color #B8C24A: hue angle of 65º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B8C24A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 74 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.24 |
| HSL | 65º | 0.5% | 0.53% | - |
| HSV(B) | 65º | 0.62% | 0.76% | - |
| XYZ | 40.29 | 49.27 | 13.86 | - |
| YUV | 177.33 | 69.69 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 74 | 0.05 | 0 | 0.62 | 0.24 | 65 | 0.5 | 0.53 |
| Hex | B8 | C2 | 4A | 5 | 0 | 3E | 18 | 41 | 32 | 35 |
| Octal | 270 | 302 | 112 | 5 | 0 | 76 | 30 | 101 | 62 | 65 |
| Binary | 10111000 | 11000010 | 1001010 | 101 | 0 | 111110 | 11000 | 1000001 | 110010 | 110101 |
Color Harmonies of #B8C24A
Complementary color
Monochromatic Colors of #B8C24A
Black with #B8C24A
Text Example
Text Example
White with #B8C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C24A; }
p { color: rgb(184,194,74); }
H1.HeaderClassName
{
color: #B8C24A;
}
.AnyTagClassName
{
color: #B8C24A;
}
</style>
background-color css
<style>
a { background-color: #B8C24A; }
a { background-color: rgb(184,194,74); }
div.DivClassName
{
background-color: #B8C24A;
}
.BgClassName
{
background-color: #B8C24A;
}
</style>
border-color css
<style>
span { border-color: #B8C24A; }
span { border-color: rgb(184,194,74); }
td.TdClassName
{
border-color: #B8C24A;
}
.TagClassName
{
border-color: #B8C24A;
}
</style>