Shades of Green #198206
Tints of Green #198206
RGB
CMYK
RGB Variations
Color information
#198206 (or 0x198206) is known color: Green. HEX triplet: 19, 82 and 06. RGB value is (25,130,6). Sum of RGB (Red+Green+Blue) = 25+130+6=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 130 (51.17% from 255 or 80.75% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 130 - color contains mainly: green. Hex color #198206 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198206 is #E67DF9. Grayscale: #545454. Windows color (decimal): -15105530 or 426521. OLE color: 426521.
HSL color Cylindrical-coordinate representation of color #198206: hue angle of 110.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #198206 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 6 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.49 |
| HSL | 110.81º | 0.91% | 0.27% | - |
| HSV(B) | 110.81º | 0.95% | 0.51% | - |
| XYZ | 8.42 | 16.19 | 2.85 | - |
| YUV | 84.47 | 83.71 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 6 | 0.81 | 0 | 0.95 | 0.49 | 110.81 | 0.91 | 0.27 |
| Hex | 19 | 82 | 6 | 51 | 0 | 5F | 31 | 6F | 5B | 1B |
| Octal | 31 | 202 | 6 | 121 | 0 | 137 | 61 | 157 | 133 | 33 |
| Binary | 11001 | 10000010 | 110 | 1010001 | 0 | 1011111 | 110001 | 1101111 | 1011011 | 11011 |
Color Harmonies of #198206
Complementary color
Monochromatic Colors of #198206
Black with #198206
Text Example
Text Example
White with #198206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198206; }
p { color: rgb(25,130,6); }
H1.HeaderClassName
{
color: #198206;
}
.AnyTagClassName
{
color: #198206;
}
</style>
background-color css
<style>
a { background-color: #198206; }
a { background-color: rgb(25,130,6); }
div.DivClassName
{
background-color: #198206;
}
.BgClassName
{
background-color: #198206;
}
</style>
border-color css
<style>
span { border-color: #198206; }
span { border-color: rgb(25,130,6); }
td.TdClassName
{
border-color: #198206;
}
.TagClassName
{
border-color: #198206;
}
</style>