Shades of Salem #198250
Tints of Salem #198250
RGB
CMYK
RGB Variations
Color information
#198250 (or 0x198250) is known color: Salem. HEX triplet: 19, 82 and 50. RGB value is (25,130,80). Sum of RGB (Red+Green+Blue) = 25+130+80=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #198250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198250 is #E67DAF. Grayscale: #5D5D5D. Windows color (decimal): -15105456 or 5276185. OLE color: 5276185.
HSL color Cylindrical-coordinate representation of color #198250: hue angle of 151.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198250 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 80 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.49 |
| HSL | 151.43º | 0.68% | 0.3% | - |
| HSV(B) | 151.43º | 0.81% | 0.51% | - |
| XYZ | 9.83 | 16.75 | 10.3 | - |
| YUV | 92.91 | 120.71 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 80 | 0.81 | 0 | 0.38 | 0.49 | 151.43 | 0.68 | 0.3 |
| Hex | 19 | 82 | 50 | 51 | 0 | 26 | 31 | 97 | 44 | 1E |
| Octal | 31 | 202 | 120 | 121 | 0 | 46 | 61 | 227 | 104 | 36 |
| Binary | 11001 | 10000010 | 1010000 | 1010001 | 0 | 100110 | 110001 | 10010111 | 1000100 | 11110 |
Color Harmonies of #198250
Complementary color
Monochromatic Colors of #198250
Black with #198250
Text Example
Text Example
White with #198250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198250; }
p { color: rgb(25,130,80); }
H1.HeaderClassName
{
color: #198250;
}
.AnyTagClassName
{
color: #198250;
}
</style>
background-color css
<style>
a { background-color: #198250; }
a { background-color: rgb(25,130,80); }
div.DivClassName
{
background-color: #198250;
}
.BgClassName
{
background-color: #198250;
}
</style>
border-color css
<style>
span { border-color: #198250; }
span { border-color: rgb(25,130,80); }
td.TdClassName
{
border-color: #198250;
}
.TagClassName
{
border-color: #198250;
}
</style>