Shades of Celery #B4C24F
Tints of Celery #B4C24F
RGB
CMYK
RGB Variations
Color information
#B4C24F (or 0xB4C24F) is known color: Celery. HEX triplet: B4, C2 and 4F. RGB value is (180,194,79). Sum of RGB (Red+Green+Blue) = 180+194+79=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 194 (76.17% from 255 or 42.83% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C24F is #4B3DB0. Grayscale: #B1B1B1. Windows color (decimal): -4930993 or 5227188. OLE color: 5227188.
HSL color Cylindrical-coordinate representation of color #B4C24F: hue angle of 67.3º 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 #B4C24F is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 79 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.24 |
| HSL | 67.3º | 0.49% | 0.54% | - |
| HSV(B) | 67.3º | 0.59% | 0.76% | - |
| XYZ | 39.53 | 48.85 | 14.74 | - |
| YUV | 176.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 79 | 0.07 | 0 | 0.59 | 0.24 | 67.3 | 0.49 | 0.54 |
| Hex | B4 | C2 | 4F | 7 | 0 | 3B | 18 | 43 | 31 | 36 |
| Octal | 264 | 302 | 117 | 7 | 0 | 73 | 30 | 103 | 61 | 66 |
| Binary | 10110100 | 11000010 | 1001111 | 111 | 0 | 111011 | 11000 | 1000011 | 110001 | 110110 |
Color Harmonies of #B4C24F
Complementary color
Monochromatic Colors of #B4C24F
Black with #B4C24F
Text Example
Text Example
White with #B4C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C24F; }
p { color: rgb(180,194,79); }
H1.HeaderClassName
{
color: #B4C24F;
}
.AnyTagClassName
{
color: #B4C24F;
}
</style>
background-color css
<style>
a { background-color: #B4C24F; }
a { background-color: rgb(180,194,79); }
div.DivClassName
{
background-color: #B4C24F;
}
.BgClassName
{
background-color: #B4C24F;
}
</style>
border-color css
<style>
span { border-color: #B4C24F; }
span { border-color: rgb(180,194,79); }
td.TdClassName
{
border-color: #B4C24F;
}
.TagClassName
{
border-color: #B4C24F;
}
</style>