Shades of Celery #C5C94D
Tints of Celery #C5C94D
RGB
CMYK
RGB Variations
Color information
#C5C94D (or 0xC5C94D) is known color: Celery. HEX triplet: C5, C9 and 4D. RGB value is (197,201,77). Sum of RGB (Red+Green+Blue) = 197+201+77=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C94D is #3A36B2. Grayscale: #BABABA. Windows color (decimal): -3815091 or 5097925. OLE color: 5097925.
HSL color Cylindrical-coordinate representation of color #C5C94D: hue angle of 61.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5C94D is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 77 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.21 |
| HSL | 61.94º | 0.53% | 0.55% | - |
| HSV(B) | 61.94º | 0.62% | 0.79% | - |
| XYZ | 45.25 | 54.18 | 15.09 | - |
| YUV | 185.67 | 66.67 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 77 | 0.02 | 0 | 0.62 | 0.21 | 61.94 | 0.53 | 0.55 |
| Hex | C5 | C9 | 4D | 2 | 0 | 3E | 15 | 3E | 35 | 37 |
| Octal | 305 | 311 | 115 | 2 | 0 | 76 | 25 | 76 | 65 | 67 |
| Binary | 11000101 | 11001001 | 1001101 | 10 | 0 | 111110 | 10101 | 111110 | 110101 | 110111 |
Color Harmonies of #C5C94D
Complementary color
Monochromatic Colors of #C5C94D
Black with #C5C94D
Text Example
Text Example
White with #C5C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C94D; }
p { color: rgb(197,201,77); }
H1.HeaderClassName
{
color: #C5C94D;
}
.AnyTagClassName
{
color: #C5C94D;
}
</style>
background-color css
<style>
a { background-color: #C5C94D; }
a { background-color: rgb(197,201,77); }
div.DivClassName
{
background-color: #C5C94D;
}
.BgClassName
{
background-color: #C5C94D;
}
</style>
border-color css
<style>
span { border-color: #C5C94D; }
span { border-color: rgb(197,201,77); }
td.TdClassName
{
border-color: #C5C94D;
}
.TagClassName
{
border-color: #C5C94D;
}
</style>