#198856

Color #198856 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #198856

Tints of Salem #198856

Color information

#198856 (or 0x198856) is unknown color: approx Salem. HEX triplet: 19, 88 and 56. RGB value is (25,136,86). Sum of RGB (Red+Green+Blue) = 25+136+86=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #198856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198856 is #E677A9. Grayscale: #616161. Windows color (decimal): -15103914 or 5670937. OLE color: 5670937.

HSL color Cylindrical-coordinate representation of color #198856: hue angle of 152.97º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198856 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB2513686-
CMYK0.8200.370.47
HSL152.97º68.94%31.57%-
HSV(B)152.97º81.62%53.33%-
XYZ10.8818.4911.8-
YUV97.11121.7376.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=10.12%
G=55.06%
B=34.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25136860.8200.370.47152.9768.9431.57
Hex198856520252F994520
Octal312101261220455723110540
Binary1100110001000101011010100100100101101111100110011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198856; }

 p { color: rgb(25,136,86); }

 H1.HeaderClassName
 {
   color: #198856;
 }
 .AnyTagClassName
 {
   color: #198856;
 }
</style>
background-color css

<style>
 a { background-color: #198856; }

 a { background-color: rgb(25,136,86); }

 div.DivClassName
 {
   background-color: #198856;
 }
 .BgClassName
 {
   background-color: #198856;
 }
</style>
border-color css

<style>
 span { border-color: #198856; }

 span { border-color: rgb(25,136,86); }

 td.TdClassName
 {
   border-color: #198856;
 }
 .TagClassName
 {
   border-color: #198856;
 }
</style>