#998D5A

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

Shades of Granite Green #998D5A

Tints of Granite Green #998D5A

Color information

#998D5A (or 0x998D5A) is unknown color: approx Granite Green. HEX triplet: 99, 8D and 5A. RGB value is (153,141,90). Sum of RGB (Red+Green+Blue) = 153+141+90=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #998D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D5A is #6672A5. Grayscale: #8A8A8A. Windows color (decimal): -6714022 or 5934489. OLE color: 5934489.

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

Color convert

RGB15314190-
CMYK00.080.410.4
HSL48.57º25.93%47.65%-
HSV(B)48.57º41.18%60%-
XYZ24.5126.5613.51-
YUV138.77100.48138.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=39.84%
G=36.72%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531419000.080.410.448.5725.9347.65
Hex998D5A082928311a30
Octal2312151320105150613260
Binary100110011000110110110100100010100110100011000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D5A; }

 p { color: rgb(153,141,90); }

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

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

 a { background-color: rgb(153,141,90); }

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

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

 span { border-color: rgb(153,141,90); }

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