Shades of Celery #C6C34F
Tints of Celery #C6C34F
RGB
CMYK
RGB Variations
Color information
#C6C34F (or 0xC6C34F) is known color: Celery. HEX triplet: C6, C3 and 4F. RGB value is (198,195,79). Sum of RGB (Red+Green+Blue) = 198+195+79=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C34F is #393CB0. Grayscale: #B7B7B7. Windows color (decimal): -3751089 or 5227462. OLE color: 5227462.
HSL color Cylindrical-coordinate representation of color #C6C34F: hue angle of 58.49º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6C34F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 79 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.22 |
| HSL | 58.49º | 0.51% | 0.54% | - |
| HSV(B) | 58.49º | 0.6% | 0.78% | - |
| XYZ | 44.22 | 51.6 | 15.03 | - |
| YUV | 182.67 | 69.49 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 79 | 0 | 0.02 | 0.60 | 0.22 | 58.49 | 0.51 | 0.54 |
| Hex | C6 | C3 | 4F | 0 | 2 | 3C | 16 | 3A | 33 | 36 |
| Octal | 306 | 303 | 117 | 0 | 2 | 74 | 26 | 72 | 63 | 66 |
| Binary | 11000110 | 11000011 | 1001111 | 0 | 10 | 111100 | 10110 | 111010 | 110011 | 110110 |
Color Harmonies of #C6C34F
Complementary color
Monochromatic Colors of #C6C34F
Black with #C6C34F
Text Example
Text Example
White with #C6C34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C34F; }
p { color: rgb(198,195,79); }
H1.HeaderClassName
{
color: #C6C34F;
}
.AnyTagClassName
{
color: #C6C34F;
}
</style>
background-color css
<style>
a { background-color: #C6C34F; }
a { background-color: rgb(198,195,79); }
div.DivClassName
{
background-color: #C6C34F;
}
.BgClassName
{
background-color: #C6C34F;
}
</style>
border-color css
<style>
span { border-color: #C6C34F; }
span { border-color: rgb(198,195,79); }
td.TdClassName
{
border-color: #C6C34F;
}
.TagClassName
{
border-color: #C6C34F;
}
</style>