Shades of Celery #C3C34E
Tints of Celery #C3C34E
RGB
CMYK
RGB Variations
Color information
#C3C34E (or 0xC3C34E) is known color: Celery. HEX triplet: C3, C3 and 4E. RGB value is (195,195,78). Sum of RGB (Red+Green+Blue) = 195+195+78=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C34E is #3C3CB1. Grayscale: #B6B6B6. Windows color (decimal): -3947698 or 5161923. OLE color: 5161923.
HSL color Cylindrical-coordinate representation of color #C3C34E: hue angle of 60º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3C34E is Cyan = 0, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 78 | - |
| CMYK | 0 | 0 | 0.6 | 0.24 |
| HSL | 60º | 0.49% | 0.54% | - |
| HSV(B) | 60º | 0.6% | 0.76% | - |
| XYZ | 43.4 | 51.18 | 14.8 | - |
| YUV | 181.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 78 | 0 | 0 | 0.6 | 0.24 | 60 | 0.49 | 0.54 |
| Hex | C3 | C3 | 4E | 0 | 0 | 3C | 18 | 3C | 31 | 36 |
| Octal | 303 | 303 | 116 | 0 | 0 | 74 | 30 | 74 | 61 | 66 |
| Binary | 11000011 | 11000011 | 1001110 | 0 | 0 | 111100 | 11000 | 111100 | 110001 | 110110 |
Color Harmonies of #C3C34E
Complementary color
Monochromatic Colors of #C3C34E
Black with #C3C34E
Text Example
Text Example
White with #C3C34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C34E; }
p { color: rgb(195,195,78); }
H1.HeaderClassName
{
color: #C3C34E;
}
.AnyTagClassName
{
color: #C3C34E;
}
</style>
background-color css
<style>
a { background-color: #C3C34E; }
a { background-color: rgb(195,195,78); }
div.DivClassName
{
background-color: #C3C34E;
}
.BgClassName
{
background-color: #C3C34E;
}
</style>
border-color css
<style>
span { border-color: #C3C34E; }
span { border-color: rgb(195,195,78); }
td.TdClassName
{
border-color: #C3C34E;
}
.TagClassName
{
border-color: #C3C34E;
}
</style>