Shades of Celery #B2C24A
Tints of Celery #B2C24A
RGB
CMYK
RGB Variations
Color information
#B2C24A (or 0xB2C24A) is known color: Celery. HEX triplet: B2, C2 and 4A. RGB value is (178,194,74). Sum of RGB (Red+Green+Blue) = 178+194+74=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C24A is #4D3DB5. Grayscale: #B0B0B0. Windows color (decimal): -5062070 or 4899506. OLE color: 4899506.
HSL color Cylindrical-coordinate representation of color #B2C24A: hue angle of 68º 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 #B2C24A is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 194 | 74 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.24 |
| HSL | 68º | 0.5% | 0.53% | - |
| HSV(B) | 68º | 0.62% | 0.76% | - |
| XYZ | 38.89 | 48.54 | 13.8 | - |
| YUV | 175.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 74 | 0.08 | 0 | 0.62 | 0.24 | 68 | 0.5 | 0.53 |
| Hex | B2 | C2 | 4A | 8 | 0 | 3E | 18 | 44 | 32 | 35 |
| Octal | 262 | 302 | 112 | 10 | 0 | 76 | 30 | 104 | 62 | 65 |
| Binary | 10110010 | 11000010 | 1001010 | 1000 | 0 | 111110 | 11000 | 1000100 | 110010 | 110101 |
Color Harmonies of #B2C24A
Complementary color
Monochromatic Colors of #B2C24A
Black with #B2C24A
Text Example
Text Example
White with #B2C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C24A; }
p { color: rgb(178,194,74); }
H1.HeaderClassName
{
color: #B2C24A;
}
.AnyTagClassName
{
color: #B2C24A;
}
</style>
background-color css
<style>
a { background-color: #B2C24A; }
a { background-color: rgb(178,194,74); }
div.DivClassName
{
background-color: #B2C24A;
}
.BgClassName
{
background-color: #B2C24A;
}
</style>
border-color css
<style>
span { border-color: #B2C24A; }
span { border-color: rgb(178,194,74); }
td.TdClassName
{
border-color: #B2C24A;
}
.TagClassName
{
border-color: #B2C24A;
}
</style>