Html Css Color HEX #889C72 Highland

📋 copy color: '#889C72'

red 136 ◦ green 156 ◦ blue 114

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

Shades of Highland #889C72

Tints of Highland #889C72

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 33.5%
G = 38.42%
B = 28.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#889C72 (or 0x889C72) is known color: Highland. HEX triplet: 88, 9C and 72. RGB value is (136,156,114). Sum of RGB (Red+Green+Blue) = 136+156+114=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #889C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889C72 is #77638D. Grayscale: #919191. Windows color (decimal): -7824270 or 7511176. OLE color: 7511176.

HSL color Cylindrical-coordinate representation of color #889C72: hue angle of 88.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889C72 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 156 114 -
CMYK 0.13 0 0.27 0.39
HSL 88.57º 0.18% 0.53% -
HSV(B) 88.57º 0.27% 0.61% -
XYZ 25.08 30.23 20.43 -
YUV 145.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 136 156 114 0.13 0 0.27 0.39 88.57 0.18 0.53
Hex 88 9C 72 D 0 1B 27 59 12 35
Octal 210 234 162 15 0 33 47 131 22 65
Binary 10001000 10011100 1110010 1101 0 11011 100111 1011001 10010 110101

Color Harmonies of #889C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889C72

Black with #889C72

Text Example


Text Example

White with #889C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,156,114); }

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

background-color css

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

 a { background-color: rgb(136,156,114); }

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

border-color css

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

 span { border-color: rgb(136,156,114); }

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