Shades of Celery #C6C84A
Tints of Celery #C6C84A
RGB
CMYK
RGB Variations
Color information
#C6C84A (or 0xC6C84A) is known color: Celery. HEX triplet: C6, C8 and 4A. RGB value is (198,200,74). Sum of RGB (Red+Green+Blue) = 198+200+74=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C84A is #3937B5. Grayscale: #B9B9B9. Windows color (decimal): -3749814 or 4901062. OLE color: 4901062.
HSL color Cylindrical-coordinate representation of color #C6C84A: hue angle of 60.95º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6C84A is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 74 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.22 |
| HSL | 60.95º | 0.53% | 0.54% | - |
| HSV(B) | 60.95º | 0.63% | 0.78% | - |
| XYZ | 45.18 | 53.81 | 14.48 | - |
| YUV | 185.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 74 | 0.01 | 0 | 0.63 | 0.22 | 60.95 | 0.53 | 0.54 |
| Hex | C6 | C8 | 4A | 1 | 0 | 3F | 16 | 3D | 35 | 36 |
| Octal | 306 | 310 | 112 | 1 | 0 | 77 | 26 | 75 | 65 | 66 |
| Binary | 11000110 | 11001000 | 1001010 | 1 | 0 | 111111 | 10110 | 111101 | 110101 | 110110 |
Color Harmonies of #C6C84A
Complementary color
Monochromatic Colors of #C6C84A
Black with #C6C84A
Text Example
Text Example
White with #C6C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C84A; }
p { color: rgb(198,200,74); }
H1.HeaderClassName
{
color: #C6C84A;
}
.AnyTagClassName
{
color: #C6C84A;
}
</style>
background-color css
<style>
a { background-color: #C6C84A; }
a { background-color: rgb(198,200,74); }
div.DivClassName
{
background-color: #C6C84A;
}
.BgClassName
{
background-color: #C6C84A;
}
</style>
border-color css
<style>
span { border-color: #C6C84A; }
span { border-color: rgb(198,200,74); }
td.TdClassName
{
border-color: #C6C84A;
}
.TagClassName
{
border-color: #C6C84A;
}
</style>