Shades of Celery #C4CA46
Tints of Celery #C4CA46
RGB
CMYK
RGB Variations
Color information
#C4CA46 (or 0xC4CA46) is known color: Celery. HEX triplet: C4, CA and 46. RGB value is (196,202,70). Sum of RGB (Red+Green+Blue) = 196+202+70=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA46 is #3B35B9. Grayscale: #B9B9B9. Windows color (decimal): -3880378 or 4639428. OLE color: 4639428.
HSL color Cylindrical-coordinate representation of color #C4CA46: hue angle of 62.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4CA46 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 202 | 70 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.21 |
| HSL | 62.73º | 0.55% | 0.53% | - |
| HSV(B) | 62.73º | 0.65% | 0.79% | - |
| XYZ | 44.99 | 54.42 | 13.93 | - |
| YUV | 185.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 70 | 0.03 | 0 | 0.65 | 0.21 | 62.73 | 0.55 | 0.53 |
| Hex | C4 | CA | 46 | 3 | 0 | 41 | 15 | 3F | 37 | 35 |
| Octal | 304 | 312 | 106 | 3 | 0 | 101 | 25 | 77 | 67 | 65 |
| Binary | 11000100 | 11001010 | 1000110 | 11 | 0 | 1000001 | 10101 | 111111 | 110111 | 110101 |
Color Harmonies of #C4CA46
Complementary color
Monochromatic Colors of #C4CA46
Black with #C4CA46
Text Example
Text Example
White with #C4CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CA46; }
p { color: rgb(196,202,70); }
H1.HeaderClassName
{
color: #C4CA46;
}
.AnyTagClassName
{
color: #C4CA46;
}
</style>
background-color css
<style>
a { background-color: #C4CA46; }
a { background-color: rgb(196,202,70); }
div.DivClassName
{
background-color: #C4CA46;
}
.BgClassName
{
background-color: #C4CA46;
}
</style>
border-color css
<style>
span { border-color: #C4CA46; }
span { border-color: rgb(196,202,70); }
td.TdClassName
{
border-color: #C4CA46;
}
.TagClassName
{
border-color: #C4CA46;
}
</style>