#998B5A

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

Shades of Granite Green #998B5A

Tints of Granite Green #998B5A

Color information

#998B5A (or 0x998B5A) is unknown color: approx Granite Green. HEX triplet: 99, 8B and 5A. RGB value is (153,139,90). Sum of RGB (Red+Green+Blue) = 153+139+90=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #998B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B5A is #6674A5. Grayscale: #898989. Windows color (decimal): -6714534 or 5933977. OLE color: 5933977.

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

Color convert

RGB15313990-
CMYK00.090.410.4
HSL46.67º25.93%47.65%-
HSV(B)46.67º41.18%60%-
XYZ24.2125.9813.41-
YUV137.6101.14138.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=40.05%
G=36.39%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531399000.090.410.446.6725.9347.65
Hex998B5A0929282f1a30
Octal2312131320115150573260
Binary100110011000101110110100100110100110100010111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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