#9B8D5A

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

Shades of Granite Green #9B8D5A

Tints of Granite Green #9B8D5A

Color information

#9B8D5A (or 0x9B8D5A) is unknown color: approx Granite Green. HEX triplet: 9B, 8D and 5A. RGB value is (155,141,90). Sum of RGB (Red+Green+Blue) = 155+141+90=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D5A is #6472A5. Grayscale: #8B8B8B. Windows color (decimal): -6582950 or 5934491. OLE color: 5934491.

HSL color Cylindrical-coordinate representation of color #9B8D5A: hue angle of 47.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B8D5A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15514190-
CMYK00.090.420.39
HSL47.08º26.53%48.04%-
HSV(B)47.08º41.94%60.78%-
XYZ24.8926.7613.53-
YUV139.37100.14139.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 90 (35.55% from 255) = 23.32%
R=40.16%
G=36.53%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551419000.090.420.3947.0826.5348.04
Hex9B8D5A092A272f1b30
Octal2332151320115247573360
Binary100110111000110110110100100110101010011110111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,90); }

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

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

 a { background-color: rgb(155,141,90); }

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

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

 span { border-color: rgb(155,141,90); }

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