Html Css Color HEX #889B6E Highland

📋 copy color: '#889B6E'

red 136 ◦ green 155 ◦ blue 110

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

Shades of Highland #889B6E

Tints of Highland #889B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.65%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 33.92%
G = 38.65%
B = 27.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#889B6E (or 0x889B6E) is known color: Highland. HEX triplet: 88, 9B and 6E. RGB value is (136,155,110). Sum of RGB (Red+Green+Blue) = 136+155+110=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #889B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B6E is #776491. Grayscale: #909090. Windows color (decimal): -7824530 or 7248776. OLE color: 7248776.

HSL color Cylindrical-coordinate representation of color #889B6E: hue angle of 85.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889B6E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 155 110 -
CMYK 0.12 0 0.29 0.39
HSL 85.33º 0.18% 0.52% -
HSV(B) 85.33º 0.29% 0.61% -
XYZ 24.69 29.8 19.2 -
YUV 144.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 136 155 110 0.12 0 0.29 0.39 85.33 0.18 0.52
Hex 88 9B 6E C 0 1D 27 55 12 34
Octal 210 233 156 14 0 35 47 125 22 64
Binary 10001000 10011011 1101110 1100 0 11101 100111 1010101 10010 110100

Color Harmonies of #889B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889B6E

Black with #889B6E

Text Example


Text Example

White with #889B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,155,110); }

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

background-color css

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

 a { background-color: rgb(136,155,110); }

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

border-color css

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

 span { border-color: rgb(136,155,110); }

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