Shades of Celery #B8C24B
Tints of Celery #B8C24B
RGB
CMYK
RGB Variations
Color information
#B8C24B (or 0xB8C24B) is known color: Celery. HEX triplet: B8, C2 and 4B. RGB value is (184,194,75). Sum of RGB (Red+Green+Blue) = 184+194+75=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C24B is #473DB4. Grayscale: #B1B1B1. Windows color (decimal): -4668853 or 4965048. OLE color: 4965048.
HSL color Cylindrical-coordinate representation of color #B8C24B: hue angle of 65.04º 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 #B8C24B is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 75 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.24 |
| HSL | 65.04º | 0.49% | 0.53% | - |
| HSV(B) | 65.04º | 0.61% | 0.76% | - |
| XYZ | 40.33 | 49.28 | 14.04 | - |
| YUV | 177.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 75 | 0.05 | 0 | 0.61 | 0.24 | 65.04 | 0.49 | 0.53 |
| Hex | B8 | C2 | 4B | 5 | 0 | 3D | 18 | 41 | 31 | 35 |
| Octal | 270 | 302 | 113 | 5 | 0 | 75 | 30 | 101 | 61 | 65 |
| Binary | 10111000 | 11000010 | 1001011 | 101 | 0 | 111101 | 11000 | 1000001 | 110001 | 110101 |
Color Harmonies of #B8C24B
Complementary color
Monochromatic Colors of #B8C24B
Black with #B8C24B
Text Example
Text Example
White with #B8C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C24B; }
p { color: rgb(184,194,75); }
H1.HeaderClassName
{
color: #B8C24B;
}
.AnyTagClassName
{
color: #B8C24B;
}
</style>
background-color css
<style>
a { background-color: #B8C24B; }
a { background-color: rgb(184,194,75); }
div.DivClassName
{
background-color: #B8C24B;
}
.BgClassName
{
background-color: #B8C24B;
}
</style>
border-color css
<style>
span { border-color: #B8C24B; }
span { border-color: rgb(184,194,75); }
td.TdClassName
{
border-color: #B8C24B;
}
.TagClassName
{
border-color: #B8C24B;
}
</style>