#9A885F

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

Shades of Granite Green #9A885F

Tints of Granite Green #9A885F

Color information

#9A885F (or 0x9A885F) is unknown color: approx Granite Green. HEX triplet: 9A, 88 and 5F. RGB value is (154,136,95). Sum of RGB (Red+Green+Blue) = 154+136+95=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A885F is #6577A0. Grayscale: #888888. Windows color (decimal): -6649761 or 6260890. OLE color: 6260890.

HSL color Cylindrical-coordinate representation of color #9A885F: hue angle of 41.69º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A885F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15413695-
CMYK00.120.380.40
HSL41.69º23.69%48.82%-
HSV(B)41.69º38.31%60.39%-
XYZ24.225.314.44-
YUV136.71104.46140.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=40%
G=35.32%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541369500.120.380.4041.6923.6948.82
Hex9A885F0C26282a1831
Octal2322101370144650523061
Binary100110101000100010111110110010011010100010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A885F; }

 p { color: rgb(154,136,95); }

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

<style>
 a { background-color: #9A885F; }

 a { background-color: rgb(154,136,95); }

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

<style>
 span { border-color: #9A885F; }

 span { border-color: rgb(154,136,95); }

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