Html Css Color HEX #889573 Highland

📋 copy color: '#889573'

red 136 ◦ green 149 ◦ blue 115

#889573
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #889573

Tints of Highland #889573

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 value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#889573 (or 0x889573) is known color: 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

RGB 136 149 115 -
CMYK 0.09 0 0.23 0.42
HSL 82.94º 0.14% 0.52% -
HSV(B) 82.94º 0.23% 0.58% -
XYZ 24 27.97 20.35 -
YUV 141.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 136 149 115 0.09 0 0.23 0.42 82.94 0.14 0.52
Hex 88 95 73 9 0 17 2A 53 E 34
Octal 210 225 163 11 0 27 52 123 16 64
Binary 10001000 10010101 1110011 1001 0 10111 101010 1010011 1110 110100

Color Harmonies of #889573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889573

Black with #889573

Text Example


Text Example

White with #889573

Text Example


Text Example

HTML Codes & Css Web 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>