#98895A

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

Shades of Granite Green #98895A

Tints of Granite Green #98895A

Color information

#98895A (or 0x98895A) is unknown color: approx Granite Green. HEX triplet: 98, 89 and 5A. RGB value is (152,137,90). Sum of RGB (Red+Green+Blue) = 152+137+90=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98895A is #6776A5. Grayscale: #888888. Windows color (decimal): -6780582 or 5933464. OLE color: 5933464.

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

Color convert

RGB15213790-
CMYK00.100.410.40
HSL45.48º25.62%47.45%-
HSV(B)45.48º40.79%59.61%-
XYZ23.7425.313.31-
YUV136.13101.97139.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 137 (53.91% from 255) = 36.15%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=40.11%
G=36.15%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521379000.100.410.4045.4825.6247.45
Hex98895A0A29282d1a2f
Octal2302111320125150553257
Binary100110001000100110110100101010100110100010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98895A; }

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

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

<style>
 a { background-color: #98895A; }

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

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

<style>
 span { border-color: #98895A; }

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

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