#98885B

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

Shades of Granite Green #98885B

Tints of Granite Green #98885B

Color information

#98885B (or 0x98885B) is unknown color: approx Granite Green. HEX triplet: 98, 88 and 5B. RGB value is (152,136,91). Sum of RGB (Red+Green+Blue) = 152+136+91=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #98885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98885B is #6777A4. Grayscale: #878787. Windows color (decimal): -6780837 or 5998744. OLE color: 5998744.

HSL color Cylindrical-coordinate representation of color #98885B: hue angle of 44.26º 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 #98885B is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15213691-
CMYK00.110.400.40
HSL44.26º25.1%47.65%-
HSV(B)44.26º40.13%59.61%-
XYZ23.6425.0413.48-
YUV135.65102.8139.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 91 (35.94% from 255) = 24.01%
R=40.11%
G=35.88%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521369100.110.400.4044.2625.147.65
Hex98885B0B28282c1930
Octal2302101330135050543160
Binary100110001000100010110110101110100010100010110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98885B; }

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

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

<style>
 a { background-color: #98885B; }

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

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

<style>
 span { border-color: #98885B; }

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

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