Shades of Celery #C5C949
Tints of Celery #C5C949
RGB
CMYK
RGB Variations
Color information
#C5C949 (or 0xC5C949) is known color: Celery. HEX triplet: C5, C9 and 49. RGB value is (197,201,73). Sum of RGB (Red+Green+Blue) = 197+201+73=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 201 - color contains mainly: green. Hex color #C5C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C949 is #3A36B6. Grayscale: #B9B9B9. Windows color (decimal): -3815095 or 4835781. OLE color: 4835781.
HSL color Cylindrical-coordinate representation of color #C5C949: hue angle of 61.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5C949 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 201 | 73 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.21 |
| HSL | 61.88º | 0.54% | 0.54% | - |
| HSV(B) | 61.88º | 0.64% | 0.79% | - |
| XYZ | 45.12 | 54.12 | 14.37 | - |
| YUV | 185.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 201 | 73 | 0.02 | 0 | 0.64 | 0.21 | 61.88 | 0.54 | 0.54 |
| Hex | C5 | C9 | 49 | 2 | 0 | 40 | 15 | 3E | 36 | 36 |
| Octal | 305 | 311 | 111 | 2 | 0 | 100 | 25 | 76 | 66 | 66 |
| Binary | 11000101 | 11001001 | 1001001 | 10 | 0 | 1000000 | 10101 | 111110 | 110110 | 110110 |
Color Harmonies of #C5C949
Complementary color
Monochromatic Colors of #C5C949
Black with #C5C949
Text Example
Text Example
White with #C5C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C949; }
p { color: rgb(197,201,73); }
H1.HeaderClassName
{
color: #C5C949;
}
.AnyTagClassName
{
color: #C5C949;
}
</style>
background-color css
<style>
a { background-color: #C5C949; }
a { background-color: rgb(197,201,73); }
div.DivClassName
{
background-color: #C5C949;
}
.BgClassName
{
background-color: #C5C949;
}
</style>
border-color css
<style>
span { border-color: #C5C949; }
span { border-color: rgb(197,201,73); }
td.TdClassName
{
border-color: #C5C949;
}
.TagClassName
{
border-color: #C5C949;
}
</style>