#9B8C5A

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

Shades of Granite Green #9B8C5A

Tints of Granite Green #9B8C5A

Color information

#9B8C5A (or 0x9B8C5A) is unknown color: approx Granite Green. HEX triplet: 9B, 8C and 5A. RGB value is (155,140,90). Sum of RGB (Red+Green+Blue) = 155+140+90=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C5A is #6473A5. Grayscale: #8B8B8B. Windows color (decimal): -6583206 or 5934235. OLE color: 5934235.

HSL color Cylindrical-coordinate representation of color #9B8C5A: hue angle of 46.15º 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 #9B8C5A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB15514090-
CMYK00.100.420.39
HSL46.15º26.53%48.04%-
HSV(B)46.15º41.94%60.78%-
XYZ24.7426.4613.48-
YUV138.78100.47139.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.26%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=40.26%
G=36.36%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551409000.100.420.3946.1526.5348.04
Hex9B8C5A0A2A272e1b30
Octal2332141320125247563360
Binary100110111000110010110100101010101010011110111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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