Shades of Celery #C5C44D
Tints of Celery #C5C44D
RGB
CMYK
RGB Variations
Color information
#C5C44D (or 0xC5C44D) is known color: Celery. HEX triplet: C5, C4 and 4D. RGB value is (197,196,77). Sum of RGB (Red+Green+Blue) = 197+196+77=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C44D is #3A3BB2. Grayscale: #B7B7B7. Windows color (decimal): -3816371 or 5096645. OLE color: 5096645.
HSL color Cylindrical-coordinate representation of color #C5C44D: hue angle of 59.5º degrees, saturation: 0.51, 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 #C5C44D is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 77 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.23 |
| HSL | 59.5º | 0.51% | 0.54% | - |
| HSV(B) | 59.5º | 0.61% | 0.77% | - |
| XYZ | 44.11 | 51.89 | 14.71 | - |
| YUV | 182.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 77 | 0 | 0.01 | 0.61 | 0.23 | 59.5 | 0.51 | 0.54 |
| Hex | C5 | C4 | 4D | 0 | 1 | 3D | 17 | 3C | 33 | 36 |
| Octal | 305 | 304 | 115 | 0 | 1 | 75 | 27 | 74 | 63 | 66 |
| Binary | 11000101 | 11000100 | 1001101 | 0 | 1 | 111101 | 10111 | 111100 | 110011 | 110110 |
Color Harmonies of #C5C44D
Complementary color
Monochromatic Colors of #C5C44D
Black with #C5C44D
Text Example
Text Example
White with #C5C44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C44D; }
p { color: rgb(197,196,77); }
H1.HeaderClassName
{
color: #C5C44D;
}
.AnyTagClassName
{
color: #C5C44D;
}
</style>
background-color css
<style>
a { background-color: #C5C44D; }
a { background-color: rgb(197,196,77); }
div.DivClassName
{
background-color: #C5C44D;
}
.BgClassName
{
background-color: #C5C44D;
}
</style>
border-color css
<style>
span { border-color: #C5C44D; }
span { border-color: rgb(197,196,77); }
td.TdClassName
{
border-color: #C5C44D;
}
.TagClassName
{
border-color: #C5C44D;
}
</style>