Shades of Celery #C5C34F
Tints of Celery #C5C34F
RGB
CMYK
RGB Variations
Color information
#C5C34F (or 0xC5C34F) is known color: Celery. HEX triplet: C5, C3 and 4F. RGB value is (197,195,79). Sum of RGB (Red+Green+Blue) = 197+195+79=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C34F is #3A3CB0. Grayscale: #B6B6B6. Windows color (decimal): -3816625 or 5227461. OLE color: 5227461.
HSL color Cylindrical-coordinate representation of color #C5C34F: hue angle of 58.98º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5C34F is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 79 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.23 |
| HSL | 58.98º | 0.5% | 0.54% | - |
| HSV(B) | 58.98º | 0.6% | 0.77% | - |
| XYZ | 43.95 | 51.47 | 15.01 | - |
| YUV | 182.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 79 | 0 | 0.01 | 0.60 | 0.23 | 58.98 | 0.5 | 0.54 |
| Hex | C5 | C3 | 4F | 0 | 1 | 3C | 17 | 3B | 32 | 36 |
| Octal | 305 | 303 | 117 | 0 | 1 | 74 | 27 | 73 | 62 | 66 |
| Binary | 11000101 | 11000011 | 1001111 | 0 | 1 | 111100 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C5C34F
Complementary color
Monochromatic Colors of #C5C34F
Black with #C5C34F
Text Example
Text Example
White with #C5C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C34F; }
p { color: rgb(197,195,79); }
H1.HeaderClassName
{
color: #C5C34F;
}
.AnyTagClassName
{
color: #C5C34F;
}
</style>
background-color css
<style>
a { background-color: #C5C34F; }
a { background-color: rgb(197,195,79); }
div.DivClassName
{
background-color: #C5C34F;
}
.BgClassName
{
background-color: #C5C34F;
}
</style>
border-color css
<style>
span { border-color: #C5C34F; }
span { border-color: rgb(197,195,79); }
td.TdClassName
{
border-color: #C5C34F;
}
.TagClassName
{
border-color: #C5C34F;
}
</style>