#928A5D

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

Shades of Granite Green #928A5D

Tints of Granite Green #928A5D

Color information

#928A5D (or 0x928A5D) is unknown color: approx Granite Green. HEX triplet: 92, 8A and 5D. RGB value is (146,138,93). Sum of RGB (Red+Green+Blue) = 146+138+93=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A5D is #6D75A2. Grayscale: #878787. Windows color (decimal): -7173539 or 6130322. OLE color: 6130322.

HSL color Cylindrical-coordinate representation of color #928A5D: hue angle of 50.94º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #928A5D is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB14613893-
CMYK00.050.360.43
HSL50.94º22.18%46.86%-
HSV(B)50.94º36.3%57.25%-
XYZ22.9225.0813.99-
YUV135.26104.15135.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.73%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=38.73%
G=36.60%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461389300.050.360.4350.9422.1846.86
Hex928A5D05242B33162f
Octal222212135054453632657
Binary10010010100010101011101010110010010101111001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928A5D; }

 p { color: rgb(146,138,93); }

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

<style>
 a { background-color: #928A5D; }

 a { background-color: rgb(146,138,93); }

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

<style>
 span { border-color: #928A5D; }

 span { border-color: rgb(146,138,93); }

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