Shades of Celery #B0C24E
Tints of Celery #B0C24E
RGB
CMYK
RGB Variations
Color information
#B0C24E (or 0xB0C24E) is known color: Celery. HEX triplet: B0, C2 and 4E. RGB value is (176,194,78). Sum of RGB (Red+Green+Blue) = 176+194+78=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C24E is #4F3DB1. Grayscale: #AFAFAF. Windows color (decimal): -5193138 or 5161648. OLE color: 5161648.
HSL color Cylindrical-coordinate representation of color #B0C24E: hue angle of 69.31º 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 #B0C24E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 78 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.24 |
| HSL | 69.31º | 0.49% | 0.53% | - |
| HSV(B) | 69.31º | 0.6% | 0.76% | - |
| XYZ | 38.57 | 48.36 | 14.51 | - |
| YUV | 175.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 78 | 0.09 | 0 | 0.60 | 0.24 | 69.31 | 0.49 | 0.53 |
| Hex | B0 | C2 | 4E | 9 | 0 | 3C | 18 | 45 | 31 | 35 |
| Octal | 260 | 302 | 116 | 11 | 0 | 74 | 30 | 105 | 61 | 65 |
| Binary | 10110000 | 11000010 | 1001110 | 1001 | 0 | 111100 | 11000 | 1000101 | 110001 | 110101 |
Color Harmonies of #B0C24E
Complementary color
Monochromatic Colors of #B0C24E
Black with #B0C24E
Text Example
Text Example
White with #B0C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C24E; }
p { color: rgb(176,194,78); }
H1.HeaderClassName
{
color: #B0C24E;
}
.AnyTagClassName
{
color: #B0C24E;
}
</style>
background-color css
<style>
a { background-color: #B0C24E; }
a { background-color: rgb(176,194,78); }
div.DivClassName
{
background-color: #B0C24E;
}
.BgClassName
{
background-color: #B0C24E;
}
</style>
border-color css
<style>
span { border-color: #B0C24E; }
span { border-color: rgb(176,194,78); }
td.TdClassName
{
border-color: #B0C24E;
}
.TagClassName
{
border-color: #B0C24E;
}
</style>