Html Css Color HEX #889A6C Highland

📋 copy color: '#889A6C'

red 136 ◦ green 154 ◦ blue 108

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

Shades of Highland #889A6C

Tints of Highland #889A6C

RGB

 RED value IS 136 (53.52% from 255) = 34.17%

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 34.17%
G = 38.69%
B = 27.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#889A6C (or 0x889A6C) is known color: Highland. HEX triplet: 88, 9A and 6C. RGB value is (136,154,108). Sum of RGB (Red+Green+Blue) = 136+154+108=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #889A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889A6C is #776593. Grayscale: #8F8F8F. Windows color (decimal): -7824788 or 7117448. OLE color: 7117448.

HSL color Cylindrical-coordinate representation of color #889A6C: hue angle of 83.48º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889A6C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 154 108 -
CMYK 0.12 0 0.30 0.40
HSL 83.48º 0.19% 0.51% -
HSV(B) 83.48º 0.3% 0.6% -
XYZ 24.42 29.43 18.58 -
YUV 143.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 136 154 108 0.12 0 0.30 0.40 83.48 0.19 0.51
Hex 88 9A 6C C 0 1E 28 53 13 33
Octal 210 232 154 14 0 36 50 123 23 63
Binary 10001000 10011010 1101100 1100 0 11110 101000 1010011 10011 110011

Color Harmonies of #889A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889A6C

Black with #889A6C

Text Example


Text Example

White with #889A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889A6C; }

 p { color: rgb(136,154,108); }

 H1.HeaderClassName
 {
   color: #889A6C;
 }
 .AnyTagClassName
 {
   color: #889A6C;
 }
</style>

background-color css

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

 a { background-color: rgb(136,154,108); }

 div.DivClassName
 {
   background-color: #889A6C;
 }
 .BgClassName
 {
   background-color: #889A6C;
 }
</style>

border-color css

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

 span { border-color: rgb(136,154,108); }

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