#899592

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

Shades of Granny Smith #899592

Tints of Granny Smith #899592

Color information

#899592 (or 0x899592) is unknown color: approx Granny Smith. HEX triplet: 89, 95 and 92. RGB value is (137,149,146). Sum of RGB (Red+Green+Blue) = 137+149+146=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 149 - color contains mainly: green. Hex color #899592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899592 is #766A6D. Grayscale: #919191. Windows color (decimal): -7760494 or 9606537. OLE color: 9606537.

HSL color Cylindrical-coordinate representation of color #899592: hue angle of 165º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899592 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB137149146-
CMYK0.0800.020.42
HSL165º5.36%56.08%-
HSV(B)165º8.05%58.43%-
XYZ26.2528.8931.39-
YUV145.07128.52122.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.71%
GREEN value IS 149 (58.59% from 255) = 34.49%
BLUE value IS 146 (57.42% from 255) = 33.80%
R=31.71%
G=34.49%
B=33.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371491460.0800.020.421655.3656.08
Hex8995928022Aa5538
Octal211225222100252245570
Binary100010011001010110010010100001010101010100101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899592; }

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

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

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

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

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

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

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

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