#9A8C5C

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

Shades of Granite Green #9A8C5C

Tints of Granite Green #9A8C5C

Color information

#9A8C5C (or 0x9A8C5C) is unknown color: approx Granite Green. HEX triplet: 9A, 8C and 5C. RGB value is (154,140,92). Sum of RGB (Red+Green+Blue) = 154+140+92=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C5C is #6573A3. Grayscale: #8A8A8A. Windows color (decimal): -6648740 or 6065306. OLE color: 6065306.

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

Color convert

RGB15414092-
CMYK00.090.400.40
HSL46.45º25.2%48.24%-
HSV(B)46.45º40.26%60.39%-
XYZ24.6426.413.92-
YUV138.71101.64138.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.90%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 92 (36.33% from 255) = 23.83%
R=39.90%
G=36.27%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541409200.090.400.4046.4525.248.24
Hex9A8C5C0928282e1930
Octal2322141340115050563160
Binary100110101000110010111000100110100010100010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,140,92); }

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

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

 a { background-color: rgb(154,140,92); }

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

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

 span { border-color: rgb(154,140,92); }

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