Shades of Celery #C5C44A
Tints of Celery #C5C44A
RGB
CMYK
RGB Variations
Color information
#C5C44A (or 0xC5C44A) is known color: Celery. HEX triplet: C5, C4 and 4A. RGB value is (197,196,74). Sum of RGB (Red+Green+Blue) = 197+196+74=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C44A is #3A3BB5. Grayscale: #B6B6B6. Windows color (decimal): -3816374 or 4900037. OLE color: 4900037.
HSL color Cylindrical-coordinate representation of color #C5C44A: hue angle of 59.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5C44A is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 74 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.23 |
| HSL | 59.51º | 0.51% | 0.53% | - |
| HSV(B) | 59.51º | 0.62% | 0.77% | - |
| XYZ | 44 | 51.84 | 14.17 | - |
| YUV | 182.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 74 | 0 | 0.01 | 0.62 | 0.23 | 59.51 | 0.51 | 0.53 |
| Hex | C5 | C4 | 4A | 0 | 1 | 3E | 17 | 3C | 33 | 35 |
| Octal | 305 | 304 | 112 | 0 | 1 | 76 | 27 | 74 | 63 | 65 |
| Binary | 11000101 | 11000100 | 1001010 | 0 | 1 | 111110 | 10111 | 111100 | 110011 | 110101 |
Color Harmonies of #C5C44A
Complementary color
Monochromatic Colors of #C5C44A
Black with #C5C44A
Text Example
Text Example
White with #C5C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C44A; }
p { color: rgb(197,196,74); }
H1.HeaderClassName
{
color: #C5C44A;
}
.AnyTagClassName
{
color: #C5C44A;
}
</style>
background-color css
<style>
a { background-color: #C5C44A; }
a { background-color: rgb(197,196,74); }
div.DivClassName
{
background-color: #C5C44A;
}
.BgClassName
{
background-color: #C5C44A;
}
</style>
border-color css
<style>
span { border-color: #C5C44A; }
span { border-color: rgb(197,196,74); }
td.TdClassName
{
border-color: #C5C44A;
}
.TagClassName
{
border-color: #C5C44A;
}
</style>