#188856

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

Shades of Salem #188856

Tints of Salem #188856

Color information

#188856 (or 0x188856) is unknown color: approx Salem. HEX triplet: 18, 88 and 56. RGB value is (24,136,86). Sum of RGB (Red+Green+Blue) = 24+136+86=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #188856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188856 is #E777A9. Grayscale: #606060. Windows color (decimal): -15169450 or 5670936. OLE color: 5670936.

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

Color convert

RGB2413686-
CMYK0.8200.370.47
HSL153.21º70%31.37%-
HSV(B)153.21º82.35%53.33%-
XYZ10.8618.4711.8-
YUV96.81121.8976.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 136 (53.52% from 255) = 55.28%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=9.76%
G=55.28%
B=34.96%

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
Decimal24136860.8200.370.47153.217031.37
Hex188856520252F99461f
Octal302101261220455723110637
Binary110001000100010101101010010010010110111110011001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188856; }

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

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

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

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

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

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

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

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