Shades of Celery #C6C34C
Tints of Celery #C6C34C
RGB
CMYK
RGB Variations
Color information
#C6C34C (or 0xC6C34C) is known color: Celery. HEX triplet: C6, C3 and 4C. RGB value is (198,195,76). Sum of RGB (Red+Green+Blue) = 198+195+76=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 76 (30.08% from 255 or 16.20% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C34C is #393CB3. Grayscale: #B6B6B6. Windows color (decimal): -3751092 or 5030854. OLE color: 5030854.
HSL color Cylindrical-coordinate representation of color #C6C34C: hue angle of 58.52º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C34C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 76 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.22 |
| HSL | 58.52º | 0.52% | 0.54% | - |
| HSV(B) | 58.52º | 0.62% | 0.78% | - |
| XYZ | 44.11 | 51.56 | 14.46 | - |
| YUV | 182.33 | 67.99 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 76 | 0 | 0.02 | 0.62 | 0.22 | 58.52 | 0.52 | 0.54 |
| Hex | C6 | C3 | 4C | 0 | 2 | 3E | 16 | 3B | 34 | 36 |
| Octal | 306 | 303 | 114 | 0 | 2 | 76 | 26 | 73 | 64 | 66 |
| Binary | 11000110 | 11000011 | 1001100 | 0 | 10 | 111110 | 10110 | 111011 | 110100 | 110110 |
Color Harmonies of #C6C34C
Complementary color
Monochromatic Colors of #C6C34C
Black with #C6C34C
Text Example
Text Example
White with #C6C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C34C; }
p { color: rgb(198,195,76); }
H1.HeaderClassName
{
color: #C6C34C;
}
.AnyTagClassName
{
color: #C6C34C;
}
</style>
background-color css
<style>
a { background-color: #C6C34C; }
a { background-color: rgb(198,195,76); }
div.DivClassName
{
background-color: #C6C34C;
}
.BgClassName
{
background-color: #C6C34C;
}
</style>
border-color css
<style>
span { border-color: #C6C34C; }
span { border-color: rgb(198,195,76); }
td.TdClassName
{
border-color: #C6C34C;
}
.TagClassName
{
border-color: #C6C34C;
}
</style>