#988A5A

Color #988A5A Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #988A5A

Tints of Granite Green #988A5A

Color information

#988A5A (or 0x988A5A) is unknown color: approx Granite Green. HEX triplet: 98, 8A and 5A. RGB value is (152,138,90). Sum of RGB (Red+Green+Blue) = 152+138+90=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988A5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A5A is #6775A5. Grayscale: #888888. Windows color (decimal): -6780326 or 5933720. OLE color: 5933720.

HSL color Cylindrical-coordinate representation of color #988A5A: hue angle of 46.45º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #988A5A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15213890-
CMYK00.090.410.40
HSL46.45º25.62%47.45%-
HSV(B)46.45º40.79%59.61%-
XYZ23.8825.5913.35-
YUV136.71101.64138.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=40%
G=36.32%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521389000.090.410.4046.4525.6247.45
Hex988A5A0929282e1a2f
Octal2302121320115150563257
Binary100110001000101010110100100110100110100010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A5A; }

 p { color: rgb(152,138,90); }

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

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

 a { background-color: rgb(152,138,90); }

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

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

 span { border-color: rgb(152,138,90); }

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