#889573

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

Shades of Highland #889573

Tints of Highland #889573

Color information

#889573 (or 0x889573) is unknown color: approx Highland. HEX triplet: 88, 95 and 73. RGB value is (136,149,115). Sum of RGB (Red+Green+Blue) = 136+149+115=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 149 - color contains mainly: green. Hex color #889573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889573 is #776A8C. Grayscale: #8D8D8D. Windows color (decimal): -7826061 or 7574920. OLE color: 7574920.

HSL color Cylindrical-coordinate representation of color #889573: hue angle of 82.94º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #889573 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB136149115-
CMYK0.0900.230.42
HSL82.94º13.82%51.76%-
HSV(B)82.94º22.82%58.43%-
XYZ2427.9720.35-
YUV141.24113.19124.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 149 (58.59% from 255) = 37.25%
BLUE value IS 115 (45.31% from 255) = 28.75%
R=34%
G=37.25%
B=28.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491150.0900.230.4282.9413.8251.76
Hex88957390172A53e34
Octal21022516311027521231664
Binary10001000100101011110011100101011110101010100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889573; }

 p { color: rgb(136,149,115); }

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

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

 a { background-color: rgb(136,149,115); }

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

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

 span { border-color: rgb(136,149,115); }

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