#889973

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

Shades of Highland #889973

Tints of Highland #889973

Color information

#889973 (or 0x889973) is unknown color: approx Highland. HEX triplet: 88, 99 and 73. RGB value is (136,153,115). Sum of RGB (Red+Green+Blue) = 136+153+115=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #889973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889973 is #77668C. Grayscale: #8F8F8F. Windows color (decimal): -7825037 or 7575944. OLE color: 7575944.

HSL color Cylindrical-coordinate representation of color #889973: hue angle of 86.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #889973 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB136153115-
CMYK0.1100.250.4
HSL86.84º15.7%52.55%-
HSV(B)86.84º24.84%60%-
XYZ24.6429.2520.57-
YUV143.58111.87122.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=33.66%
G=37.87%
B=28.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531150.1100.250.486.8415.752.55
Hex889973B01928571035
Octal21023116313031501272065
Binary100010001001100111100111011011001101000101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889973; }

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

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

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

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

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

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

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

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