Shades of Celery #C6CC4A
Tints of Celery #C6CC4A
RGB
CMYK
RGB Variations
Color information
#C6CC4A (or 0xC6CC4A) is known color: Celery. HEX triplet: C6, CC and 4A. RGB value is (198,204,74). Sum of RGB (Red+Green+Blue) = 198+204+74=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CC4A is #3933B5. Grayscale: #BBBBBB. Windows color (decimal): -3748790 or 4902086. OLE color: 4902086.
HSL color Cylindrical-coordinate representation of color #C6CC4A: hue angle of 62.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6CC4A is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 74 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.2 |
| HSL | 62.77º | 0.56% | 0.55% | - |
| HSV(B) | 62.77º | 0.64% | 0.8% | - |
| XYZ | 46.12 | 55.69 | 14.8 | - |
| YUV | 187.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 74 | 0.03 | 0 | 0.64 | 0.2 | 62.77 | 0.56 | 0.55 |
| Hex | C6 | CC | 4A | 3 | 0 | 40 | 14 | 3F | 38 | 37 |
| Octal | 306 | 314 | 112 | 3 | 0 | 100 | 24 | 77 | 70 | 67 |
| Binary | 11000110 | 11001100 | 1001010 | 11 | 0 | 1000000 | 10100 | 111111 | 111000 | 110111 |
Color Harmonies of #C6CC4A
Complementary color
Monochromatic Colors of #C6CC4A
Black with #C6CC4A
Text Example
Text Example
White with #C6CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC4A; }
p { color: rgb(198,204,74); }
H1.HeaderClassName
{
color: #C6CC4A;
}
.AnyTagClassName
{
color: #C6CC4A;
}
</style>
background-color css
<style>
a { background-color: #C6CC4A; }
a { background-color: rgb(198,204,74); }
div.DivClassName
{
background-color: #C6CC4A;
}
.BgClassName
{
background-color: #C6CC4A;
}
</style>
border-color css
<style>
span { border-color: #C6CC4A; }
span { border-color: rgb(198,204,74); }
td.TdClassName
{
border-color: #C6CC4A;
}
.TagClassName
{
border-color: #C6CC4A;
}
</style>