Shades of Celery #C4C749
Tints of Celery #C4C749
RGB
CMYK
RGB Variations
Color information
#C4C749 (or 0xC4C749) is known color: Celery. HEX triplet: C4, C7 and 49. RGB value is (196,199,73). Sum of RGB (Red+Green+Blue) = 196+199+73=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C749 is #3B38B6. Grayscale: #B8B8B8. Windows color (decimal): -3881143 or 4835268. OLE color: 4835268.
HSL color Cylindrical-coordinate representation of color #C4C749: hue angle of 61.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4C749 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 73 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.22 |
| HSL | 61.43º | 0.53% | 0.53% | - |
| HSV(B) | 61.43º | 0.63% | 0.78% | - |
| XYZ | 44.39 | 53.06 | 14.21 | - |
| YUV | 183.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 73 | 0.02 | 0 | 0.63 | 0.22 | 61.43 | 0.53 | 0.53 |
| Hex | C4 | C7 | 49 | 2 | 0 | 3F | 16 | 3D | 35 | 35 |
| Octal | 304 | 307 | 111 | 2 | 0 | 77 | 26 | 75 | 65 | 65 |
| Binary | 11000100 | 11000111 | 1001001 | 10 | 0 | 111111 | 10110 | 111101 | 110101 | 110101 |
Color Harmonies of #C4C749
Complementary color
Monochromatic Colors of #C4C749
Black with #C4C749
Text Example
Text Example
White with #C4C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C749; }
p { color: rgb(196,199,73); }
H1.HeaderClassName
{
color: #C4C749;
}
.AnyTagClassName
{
color: #C4C749;
}
</style>
background-color css
<style>
a { background-color: #C4C749; }
a { background-color: rgb(196,199,73); }
div.DivClassName
{
background-color: #C4C749;
}
.BgClassName
{
background-color: #C4C749;
}
</style>
border-color css
<style>
span { border-color: #C4C749; }
span { border-color: rgb(196,199,73); }
td.TdClassName
{
border-color: #C4C749;
}
.TagClassName
{
border-color: #C4C749;
}
</style>