Shades of Celery #B2C44F
Tints of Celery #B2C44F
RGB
CMYK
RGB Variations
Color information
#B2C44F (or 0xB2C44F) is known color: Celery. HEX triplet: B2, C4 and 4F. RGB value is (178,196,79). Sum of RGB (Red+Green+Blue) = 178+196+79=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 196 (76.95% from 255 or 43.27% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C44F is #4D3BB0. Grayscale: #B1B1B1. Windows color (decimal): -5061553 or 5227698. OLE color: 5227698.
HSL color Cylindrical-coordinate representation of color #B2C44F: hue angle of 69.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C44F is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 79 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.23 |
| HSL | 69.23º | 0.5% | 0.54% | - |
| HSV(B) | 69.23º | 0.6% | 0.77% | - |
| XYZ | 39.51 | 49.51 | 14.87 | - |
| YUV | 177.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 79 | 0.09 | 0 | 0.60 | 0.23 | 69.23 | 0.5 | 0.54 |
| Hex | B2 | C4 | 4F | 9 | 0 | 3C | 17 | 45 | 32 | 36 |
| Octal | 262 | 304 | 117 | 11 | 0 | 74 | 27 | 105 | 62 | 66 |
| Binary | 10110010 | 11000100 | 1001111 | 1001 | 0 | 111100 | 10111 | 1000101 | 110010 | 110110 |
Color Harmonies of #B2C44F
Complementary color
Monochromatic Colors of #B2C44F
Black with #B2C44F
Text Example
Text Example
White with #B2C44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C44F; }
p { color: rgb(178,196,79); }
H1.HeaderClassName
{
color: #B2C44F;
}
.AnyTagClassName
{
color: #B2C44F;
}
</style>
background-color css
<style>
a { background-color: #B2C44F; }
a { background-color: rgb(178,196,79); }
div.DivClassName
{
background-color: #B2C44F;
}
.BgClassName
{
background-color: #B2C44F;
}
</style>
border-color css
<style>
span { border-color: #B2C44F; }
span { border-color: rgb(178,196,79); }
td.TdClassName
{
border-color: #B2C44F;
}
.TagClassName
{
border-color: #B2C44F;
}
</style>