Shades of Green Mist #C6C38F
Tints of Green Mist #C6C38F
RGB
CMYK
RGB Variations
Color information
#C6C38F (or 0xC6C38F) is known color: Green Mist. HEX triplet: C6, C3 and 8F. RGB value is (198,195,143). Sum of RGB (Red+Green+Blue) = 198+195+143=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C38F is #393C70. Grayscale: #BEBEBE. Windows color (decimal): -3751025 or 9421766. OLE color: 9421766.
HSL color Cylindrical-coordinate representation of color #C6C38F: hue angle of 56.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6C38F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 143 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.22 |
| HSL | 56.73º | 0.33% | 0.67% | - |
| HSV(B) | 56.73º | 0.28% | 0.78% | - |
| XYZ | 47.76 | 53.02 | 33.7 | - |
| YUV | 189.97 | 101.49 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 143 | 0 | 0.02 | 0.28 | 0.22 | 56.73 | 0.33 | 0.67 |
| Hex | C6 | C3 | 8F | 0 | 2 | 1C | 16 | 39 | 21 | 43 |
| Octal | 306 | 303 | 217 | 0 | 2 | 34 | 26 | 71 | 41 | 103 |
| Binary | 11000110 | 11000011 | 10001111 | 0 | 10 | 11100 | 10110 | 111001 | 100001 | 1000011 |
Color Harmonies of #C6C38F
Complementary color
Monochromatic Colors of #C6C38F
Black with #C6C38F
Text Example
Text Example
White with #C6C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C38F; }
p { color: rgb(198,195,143); }
H1.HeaderClassName
{
color: #C6C38F;
}
.AnyTagClassName
{
color: #C6C38F;
}
</style>
background-color css
<style>
a { background-color: #C6C38F; }
a { background-color: rgb(198,195,143); }
div.DivClassName
{
background-color: #C6C38F;
}
.BgClassName
{
background-color: #C6C38F;
}
</style>
border-color css
<style>
span { border-color: #C6C38F; }
span { border-color: rgb(198,195,143); }
td.TdClassName
{
border-color: #C6C38F;
}
.TagClassName
{
border-color: #C6C38F;
}
</style>