#098856

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

Shades of Salem #098856

Tints of Salem #098856

Color information

#098856 (or 0x098856) is unknown color: approx Salem. HEX triplet: 09, 88 and 56. RGB value is (9,136,86). Sum of RGB (Red+Green+Blue) = 9+136+86=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #098856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098856 is #F677A9. Grayscale: #5C5C5C. Windows color (decimal): -16152490 or 5670921. OLE color: 5670921.

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

Color convert

RGB913686-
CMYK0.9300.370.47
HSL156.38º87.59%28.43%-
HSV(B)156.38º93.38%53.33%-
XYZ10.618.3411.79-
YUV92.33124.4268.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.90%
GREEN value IS 136 (53.52% from 255) = 58.87%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=3.90%
G=58.87%
B=37.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9136860.9300.370.47156.3887.5928.43
Hex988565D0252F9c581c
Octal112101261350455723413034
Binary10011000100010101101011101010010110111110011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098856; }

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

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

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

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

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

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

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

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