#899892

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

Shades of Granny Smith #899892

Tints of Granny Smith #899892

Color information

#899892 (or 0x899892) is unknown color: approx Granny Smith. HEX triplet: 89, 98 and 92. RGB value is (137,152,146). Sum of RGB (Red+Green+Blue) = 137+152+146=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 152 - color contains mainly: green. Hex color #899892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899892 is #76676D. Grayscale: #929292. Windows color (decimal): -7759726 or 9607305. OLE color: 9607305.

HSL color Cylindrical-coordinate representation of color #899892: hue angle of 156º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899892 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB137152146-
CMYK0.1000.040.40
HSL156º6.79%56.67%-
HSV(B)156º9.87%59.61%-
XYZ26.7329.8531.55-
YUV146.83127.53120.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=31.49%
G=34.94%
B=33.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371521460.1000.040.401566.7956.67
Hex899892A04289c739
Octal211230222120450234771
Binary1000100110011000100100101010010010100010011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899892; }

 p { color: rgb(137,152,146); }

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

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

 a { background-color: rgb(137,152,146); }

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

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

 span { border-color: rgb(137,152,146); }

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