#988C5B

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

Shades of Granite Green #988C5B

Tints of Granite Green #988C5B

Color information

#988C5B (or 0x988C5B) is unknown color: approx Granite Green. HEX triplet: 98, 8C and 5B. RGB value is (152,140,91). Sum of RGB (Red+Green+Blue) = 152+140+91=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #988C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C5B is #6773A4. Grayscale: #8A8A8A. Windows color (decimal): -6779813 or 5999768. OLE color: 5999768.

HSL color Cylindrical-coordinate representation of color #988C5B: hue angle of 48.2º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #988C5B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15214091-
CMYK00.080.400.40
HSL48.2º25.1%47.65%-
HSV(B)48.2º40.13%59.61%-
XYZ24.2226.1913.68-
YUV138101.48137.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=39.69%
G=36.55%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521409100.080.400.4048.225.147.65
Hex988C5B082828301930
Octal2302141330105050603160
Binary100110001000110010110110100010100010100011000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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