Shades of Celery #C4C84A
Tints of Celery #C4C84A
RGB
CMYK
RGB Variations
Color information
#C4C84A (or 0xC4C84A) is known color: Celery. HEX triplet: C4, C8 and 4A. RGB value is (196,200,74). Sum of RGB (Red+Green+Blue) = 196+200+74=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C84A is #3B37B5. Grayscale: #B8B8B8. Windows color (decimal): -3880886 or 4901060. OLE color: 4901060.
HSL color Cylindrical-coordinate representation of color #C4C84A: hue angle of 61.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4C84A is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 74 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.22 |
| HSL | 61.9º | 0.53% | 0.54% | - |
| HSV(B) | 61.9º | 0.63% | 0.78% | - |
| XYZ | 44.66 | 53.54 | 14.46 | - |
| YUV | 184.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 74 | 0.02 | 0 | 0.63 | 0.22 | 61.9 | 0.53 | 0.54 |
| Hex | C4 | C8 | 4A | 2 | 0 | 3F | 16 | 3E | 35 | 36 |
| Octal | 304 | 310 | 112 | 2 | 0 | 77 | 26 | 76 | 65 | 66 |
| Binary | 11000100 | 11001000 | 1001010 | 10 | 0 | 111111 | 10110 | 111110 | 110101 | 110110 |
Color Harmonies of #C4C84A
Complementary color
Monochromatic Colors of #C4C84A
Black with #C4C84A
Text Example
Text Example
White with #C4C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C84A; }
p { color: rgb(196,200,74); }
H1.HeaderClassName
{
color: #C4C84A;
}
.AnyTagClassName
{
color: #C4C84A;
}
</style>
background-color css
<style>
a { background-color: #C4C84A; }
a { background-color: rgb(196,200,74); }
div.DivClassName
{
background-color: #C4C84A;
}
.BgClassName
{
background-color: #C4C84A;
}
</style>
border-color css
<style>
span { border-color: #C4C84A; }
span { border-color: rgb(196,200,74); }
td.TdClassName
{
border-color: #C4C84A;
}
.TagClassName
{
border-color: #C4C84A;
}
</style>