Shades of Celery #C6CE4A
Tints of Celery #C6CE4A
RGB
CMYK
RGB Variations
Color information
#C6CE4A (or 0xC6CE4A) is known color: Celery. HEX triplet: C6, CE and 4A. RGB value is (198,206,74). Sum of RGB (Red+Green+Blue) = 198+206+74=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CE4A is #3931B5. Grayscale: #BDBDBD. Windows color (decimal): -3748278 or 4902598. OLE color: 4902598.
HSL color Cylindrical-coordinate representation of color #C6CE4A: hue angle of 63.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6CE4A is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 74 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.19 |
| HSL | 63.64º | 0.57% | 0.55% | - |
| HSV(B) | 63.64º | 0.64% | 0.81% | - |
| XYZ | 46.6 | 56.64 | 14.96 | - |
| YUV | 188.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 74 | 0.04 | 0 | 0.64 | 0.19 | 63.64 | 0.57 | 0.55 |
| Hex | C6 | CE | 4A | 4 | 0 | 40 | 13 | 40 | 39 | 37 |
| Octal | 306 | 316 | 112 | 4 | 0 | 100 | 23 | 100 | 71 | 67 |
| Binary | 11000110 | 11001110 | 1001010 | 100 | 0 | 1000000 | 10011 | 1000000 | 111001 | 110111 |
Color Harmonies of #C6CE4A
Complementary color
Monochromatic Colors of #C6CE4A
Black with #C6CE4A
Text Example
Text Example
White with #C6CE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CE4A; }
p { color: rgb(198,206,74); }
H1.HeaderClassName
{
color: #C6CE4A;
}
.AnyTagClassName
{
color: #C6CE4A;
}
</style>
background-color css
<style>
a { background-color: #C6CE4A; }
a { background-color: rgb(198,206,74); }
div.DivClassName
{
background-color: #C6CE4A;
}
.BgClassName
{
background-color: #C6CE4A;
}
</style>
border-color css
<style>
span { border-color: #C6CE4A; }
span { border-color: rgb(198,206,74); }
td.TdClassName
{
border-color: #C6CE4A;
}
.TagClassName
{
border-color: #C6CE4A;
}
</style>