#988B5A

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

Shades of Granite Green #988B5A

Tints of Granite Green #988B5A

Color information

#988B5A (or 0x988B5A) is unknown color: approx Granite Green. HEX triplet: 98, 8B and 5A. RGB value is (152,139,90). Sum of RGB (Red+Green+Blue) = 152+139+90=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #988B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B5A is #6774A5. Grayscale: #898989. Windows color (decimal): -6780070 or 5933976. OLE color: 5933976.

HSL color Cylindrical-coordinate representation of color #988B5A: hue angle of 47.42º 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 #988B5A is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15213990-
CMYK00.090.410.40
HSL47.42º25.62%47.45%-
HSV(B)47.42º40.79%59.61%-
XYZ24.0325.8813.4-
YUV137.3101.31138.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 90 (35.55% from 255) = 23.62%
R=39.90%
G=36.48%
B=23.62%

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
Decimal1521399000.090.410.4047.4225.6247.45
Hex988B5A0929282f1a2f
Octal2302131320115150573257
Binary100110001000101110110100100110100110100010111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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