#889872

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

Shades of Highland #889872

Tints of Highland #889872

Color information

#889872 (or 0x889872) is unknown color: approx Highland. HEX triplet: 88, 98 and 72. RGB value is (136,152,114). Sum of RGB (Red+Green+Blue) = 136+152+114=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #889872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889872 is #77678D. Grayscale: #8F8F8F. Windows color (decimal): -7825294 or 7510152. OLE color: 7510152.

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

Color convert

RGB136152114-
CMYK0.1100.250.40
HSL85.26º15.57%52.16%-
HSV(B)85.26º25%59.61%-
XYZ24.4228.9120.21-
YUV142.88111.7123.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 114 (44.92% from 255) = 28.36%
R=33.83%
G=37.81%
B=28.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1361521140.1100.250.4085.2615.5752.16
Hex889872B01928551034
Octal21023016213031501252064
Binary100010001001100011100101011011001101000101010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889872; }

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

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

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

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

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

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

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

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