Shades of Celery #C3C94C
Tints of Celery #C3C94C
RGB
CMYK
RGB Variations
Color information
#C3C94C (or 0xC3C94C) is known color: Celery. HEX triplet: C3, C9 and 4C. RGB value is (195,201,76). Sum of RGB (Red+Green+Blue) = 195+201+76=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C94C is #3C36B3. Grayscale: #B9B9B9. Windows color (decimal): -3946164 or 5032387. OLE color: 5032387.
HSL color Cylindrical-coordinate representation of color #C3C94C: hue angle of 62.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3C94C is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 201 | 76 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.21 |
| HSL | 62.88º | 0.54% | 0.54% | - |
| HSV(B) | 62.88º | 0.62% | 0.79% | - |
| XYZ | 44.7 | 53.9 | 14.88 | - |
| YUV | 184.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 201 | 76 | 0.03 | 0 | 0.62 | 0.21 | 62.88 | 0.54 | 0.54 |
| Hex | C3 | C9 | 4C | 3 | 0 | 3E | 15 | 3F | 36 | 36 |
| Octal | 303 | 311 | 114 | 3 | 0 | 76 | 25 | 77 | 66 | 66 |
| Binary | 11000011 | 11001001 | 1001100 | 11 | 0 | 111110 | 10101 | 111111 | 110110 | 110110 |
Color Harmonies of #C3C94C
Complementary color
Monochromatic Colors of #C3C94C
Black with #C3C94C
Text Example
Text Example
White with #C3C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C94C; }
p { color: rgb(195,201,76); }
H1.HeaderClassName
{
color: #C3C94C;
}
.AnyTagClassName
{
color: #C3C94C;
}
</style>
background-color css
<style>
a { background-color: #C3C94C; }
a { background-color: rgb(195,201,76); }
div.DivClassName
{
background-color: #C3C94C;
}
.BgClassName
{
background-color: #C3C94C;
}
</style>
border-color css
<style>
span { border-color: #C3C94C; }
span { border-color: rgb(195,201,76); }
td.TdClassName
{
border-color: #C3C94C;
}
.TagClassName
{
border-color: #C3C94C;
}
</style>