Shades of Celery #B5C24F
Tints of Celery #B5C24F
RGB
CMYK
RGB Variations
Color information
#B5C24F (or 0xB5C24F) is known color: Celery. HEX triplet: B5, C2 and 4F. RGB value is (181,194,79). Sum of RGB (Red+Green+Blue) = 181+194+79=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C24F is #4A3DB0. Grayscale: #B1B1B1. Windows color (decimal): -4865457 or 5227189. OLE color: 5227189.
HSL color Cylindrical-coordinate representation of color #B5C24F: hue angle of 66.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5C24F is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 79 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.24 |
| HSL | 66.78º | 0.49% | 0.54% | - |
| HSV(B) | 66.78º | 0.59% | 0.76% | - |
| XYZ | 39.76 | 48.97 | 14.75 | - |
| YUV | 177 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 79 | 0.07 | 0 | 0.59 | 0.24 | 66.78 | 0.49 | 0.54 |
| Hex | B5 | C2 | 4F | 7 | 0 | 3B | 18 | 43 | 31 | 36 |
| Octal | 265 | 302 | 117 | 7 | 0 | 73 | 30 | 103 | 61 | 66 |
| Binary | 10110101 | 11000010 | 1001111 | 111 | 0 | 111011 | 11000 | 1000011 | 110001 | 110110 |
Color Harmonies of #B5C24F
Complementary color
Monochromatic Colors of #B5C24F
Black with #B5C24F
Text Example
Text Example
White with #B5C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C24F; }
p { color: rgb(181,194,79); }
H1.HeaderClassName
{
color: #B5C24F;
}
.AnyTagClassName
{
color: #B5C24F;
}
</style>
background-color css
<style>
a { background-color: #B5C24F; }
a { background-color: rgb(181,194,79); }
div.DivClassName
{
background-color: #B5C24F;
}
.BgClassName
{
background-color: #B5C24F;
}
</style>
border-color css
<style>
span { border-color: #B5C24F; }
span { border-color: rgb(181,194,79); }
td.TdClassName
{
border-color: #B5C24F;
}
.TagClassName
{
border-color: #B5C24F;
}
</style>