Shades of Celery #C4C34D
Tints of Celery #C4C34D
RGB
CMYK
RGB Variations
Color information
#C4C34D (or 0xC4C34D) is known color: Celery. HEX triplet: C4, C3 and 4D. RGB value is (196,195,77). Sum of RGB (Red+Green+Blue) = 196+195+77=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C34D is #3B3CB2. Grayscale: #B6B6B6. Windows color (decimal): -3882163 or 5096388. OLE color: 5096388.
HSL color Cylindrical-coordinate representation of color #C4C34D: hue angle of 59.5º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4C34D is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 77 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.23 |
| HSL | 59.5º | 0.5% | 0.54% | - |
| HSV(B) | 59.5º | 0.61% | 0.77% | - |
| XYZ | 43.62 | 51.3 | 14.62 | - |
| YUV | 181.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 77 | 0 | 0.01 | 0.61 | 0.23 | 59.5 | 0.5 | 0.54 |
| Hex | C4 | C3 | 4D | 0 | 1 | 3D | 17 | 3B | 32 | 36 |
| Octal | 304 | 303 | 115 | 0 | 1 | 75 | 27 | 73 | 62 | 66 |
| Binary | 11000100 | 11000011 | 1001101 | 0 | 1 | 111101 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C4C34D
Complementary color
Monochromatic Colors of #C4C34D
Black with #C4C34D
Text Example
Text Example
White with #C4C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C34D; }
p { color: rgb(196,195,77); }
H1.HeaderClassName
{
color: #C4C34D;
}
.AnyTagClassName
{
color: #C4C34D;
}
</style>
background-color css
<style>
a { background-color: #C4C34D; }
a { background-color: rgb(196,195,77); }
div.DivClassName
{
background-color: #C4C34D;
}
.BgClassName
{
background-color: #C4C34D;
}
</style>
border-color css
<style>
span { border-color: #C4C34D; }
span { border-color: rgb(196,195,77); }
td.TdClassName
{
border-color: #C4C34D;
}
.TagClassName
{
border-color: #C4C34D;
}
</style>