Shades of Celery #C6C34A
Tints of Celery #C6C34A
RGB
CMYK
RGB Variations
Color information
#C6C34A (or 0xC6C34A) is known color: Celery. HEX triplet: C6, C3 and 4A. RGB value is (198,195,74). Sum of RGB (Red+Green+Blue) = 198+195+74=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C34A is #393CB5. Grayscale: #B6B6B6. Windows color (decimal): -3751094 or 4899782. OLE color: 4899782.
HSL color Cylindrical-coordinate representation of color #C6C34A: hue angle of 58.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6C34A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 74 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.22 |
| HSL | 58.55º | 0.52% | 0.53% | - |
| HSV(B) | 58.55º | 0.63% | 0.78% | - |
| XYZ | 44.04 | 51.53 | 14.1 | - |
| YUV | 182.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 74 | 0 | 0.02 | 0.63 | 0.22 | 58.55 | 0.52 | 0.53 |
| Hex | C6 | C3 | 4A | 0 | 2 | 3F | 16 | 3B | 34 | 35 |
| Octal | 306 | 303 | 112 | 0 | 2 | 77 | 26 | 73 | 64 | 65 |
| Binary | 11000110 | 11000011 | 1001010 | 0 | 10 | 111111 | 10110 | 111011 | 110100 | 110101 |
Color Harmonies of #C6C34A
Complementary color
Monochromatic Colors of #C6C34A
Black with #C6C34A
Text Example
Text Example
White with #C6C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C34A; }
p { color: rgb(198,195,74); }
H1.HeaderClassName
{
color: #C6C34A;
}
.AnyTagClassName
{
color: #C6C34A;
}
</style>
background-color css
<style>
a { background-color: #C6C34A; }
a { background-color: rgb(198,195,74); }
div.DivClassName
{
background-color: #C6C34A;
}
.BgClassName
{
background-color: #C6C34A;
}
</style>
border-color css
<style>
span { border-color: #C6C34A; }
span { border-color: rgb(198,195,74); }
td.TdClassName
{
border-color: #C6C34A;
}
.TagClassName
{
border-color: #C6C34A;
}
</style>