#99885B

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

Shades of Granite Green #99885B

Tints of Granite Green #99885B

Color information

#99885B (or 0x99885B) is unknown color: approx Granite Green. HEX triplet: 99, 88 and 5B. RGB value is (153,136,91). Sum of RGB (Red+Green+Blue) = 153+136+91=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99885B is #6677A4. Grayscale: #888888. Windows color (decimal): -6715301 or 5998745. OLE color: 5998745.

HSL color Cylindrical-coordinate representation of color #99885B: hue angle of 43.55º degrees, saturation: 0.25, 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 #99885B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB15313691-
CMYK00.110.410.4
HSL43.55º25.41%47.84%-
HSV(B)43.55º40.52%60%-
XYZ23.8325.1413.49-
YUV135.95102.63140.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=40.26%
G=35.79%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531369100.110.410.443.5525.4147.84
Hex99885B0B29282c1930
Octal2312101330135150543160
Binary100110011000100010110110101110100110100010110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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