Shades of Celery #C4C94A
Tints of Celery #C4C94A
RGB
CMYK
RGB Variations
Color information
#C4C94A (or 0xC4C94A) is known color: Celery. HEX triplet: C4, C9 and 4A. RGB value is (196,201,74). Sum of RGB (Red+Green+Blue) = 196+201+74=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C94A is #3B36B5. Grayscale: #B9B9B9. Windows color (decimal): -3880630 or 4901316. OLE color: 4901316.
HSL color Cylindrical-coordinate representation of color #C4C94A: hue angle of 62.36º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4C94A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 74 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.21 |
| HSL | 62.36º | 0.54% | 0.54% | - |
| HSV(B) | 62.36º | 0.63% | 0.79% | - |
| XYZ | 44.89 | 54 | 14.54 | - |
| YUV | 185.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 74 | 0.02 | 0 | 0.63 | 0.21 | 62.36 | 0.54 | 0.54 |
| Hex | C4 | C9 | 4A | 2 | 0 | 3F | 15 | 3E | 36 | 36 |
| Octal | 304 | 311 | 112 | 2 | 0 | 77 | 25 | 76 | 66 | 66 |
| Binary | 11000100 | 11001001 | 1001010 | 10 | 0 | 111111 | 10101 | 111110 | 110110 | 110110 |
Color Harmonies of #C4C94A
Complementary color
Monochromatic Colors of #C4C94A
Black with #C4C94A
Text Example
Text Example
White with #C4C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C94A; }
p { color: rgb(196,201,74); }
H1.HeaderClassName
{
color: #C4C94A;
}
.AnyTagClassName
{
color: #C4C94A;
}
</style>
background-color css
<style>
a { background-color: #C4C94A; }
a { background-color: rgb(196,201,74); }
div.DivClassName
{
background-color: #C4C94A;
}
.BgClassName
{
background-color: #C4C94A;
}
</style>
border-color css
<style>
span { border-color: #C4C94A; }
span { border-color: rgb(196,201,74); }
td.TdClassName
{
border-color: #C4C94A;
}
.TagClassName
{
border-color: #C4C94A;
}
</style>