#998C5A

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

Shades of Granite Green #998C5A

Tints of Granite Green #998C5A

Color information

#998C5A (or 0x998C5A) is unknown color: approx Granite Green. HEX triplet: 99, 8C and 5A. RGB value is (153,140,90). Sum of RGB (Red+Green+Blue) = 153+140+90=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C5A is #6673A5. Grayscale: #8A8A8A. Windows color (decimal): -6714278 or 5934233. OLE color: 5934233.

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

Color convert

RGB15314090-
CMYK00.080.410.4
HSL47.62º25.93%47.65%-
HSV(B)47.62º41.18%60%-
XYZ24.3626.2713.46-
YUV138.19100.81138.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 140 (55.08% from 255) = 36.55%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=39.95%
G=36.55%
B=23.50%

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
Decimal1531409000.080.410.447.6225.9347.65
Hex998C5A082928301a30
Octal2312141320105150603260
Binary100110011000110010110100100010100110100011000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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