Shades of Celery #C6C94A
Tints of Celery #C6C94A
RGB
CMYK
RGB Variations
Color information
#C6C94A (or 0xC6C94A) is known color: Celery. HEX triplet: C6, C9 and 4A. RGB value is (198,201,74). Sum of RGB (Red+Green+Blue) = 198+201+74=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C94A is #3936B5. Grayscale: #BABABA. Windows color (decimal): -3749558 or 4901318. OLE color: 4901318.
HSL color Cylindrical-coordinate representation of color #C6C94A: hue angle of 61.42º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6C94A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 74 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.21 |
| HSL | 61.42º | 0.54% | 0.54% | - |
| HSV(B) | 61.42º | 0.63% | 0.79% | - |
| XYZ | 45.41 | 54.27 | 14.56 | - |
| YUV | 185.63 | 65.01 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 74 | 0.01 | 0 | 0.63 | 0.21 | 61.42 | 0.54 | 0.54 |
| Hex | C6 | C9 | 4A | 1 | 0 | 3F | 15 | 3D | 36 | 36 |
| Octal | 306 | 311 | 112 | 1 | 0 | 77 | 25 | 75 | 66 | 66 |
| Binary | 11000110 | 11001001 | 1001010 | 1 | 0 | 111111 | 10101 | 111101 | 110110 | 110110 |
Color Harmonies of #C6C94A
Complementary color
Monochromatic Colors of #C6C94A
Black with #C6C94A
Text Example
Text Example
White with #C6C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C94A; }
p { color: rgb(198,201,74); }
H1.HeaderClassName
{
color: #C6C94A;
}
.AnyTagClassName
{
color: #C6C94A;
}
</style>
background-color css
<style>
a { background-color: #C6C94A; }
a { background-color: rgb(198,201,74); }
div.DivClassName
{
background-color: #C6C94A;
}
.BgClassName
{
background-color: #C6C94A;
}
</style>
border-color css
<style>
span { border-color: #C6C94A; }
span { border-color: rgb(198,201,74); }
td.TdClassName
{
border-color: #C6C94A;
}
.TagClassName
{
border-color: #C6C94A;
}
</style>