#988C5A

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

Shades of Granite Green #988C5A

Tints of Granite Green #988C5A

Color information

#988C5A (or 0x988C5A) is unknown color: approx Granite Green. HEX triplet: 98, 8C and 5A. RGB value is (152,140,90). Sum of RGB (Red+Green+Blue) = 152+140+90=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #988C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C5A is #6773A5. Grayscale: #8A8A8A. Windows color (decimal): -6779814 or 5934232. OLE color: 5934232.

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

Color convert

RGB15214090-
CMYK00.080.410.40
HSL48.39º25.62%47.45%-
HSV(B)48.39º40.79%59.61%-
XYZ24.1726.1713.45-
YUV137.89100.98138.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=39.79%
G=36.65%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521409000.080.410.4048.3925.6247.45
Hex988C5A082928301a2f
Octal2302141320105150603257
Binary100110001000110010110100100010100110100011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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