#928164

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

Shades of Granite Green #928164

Tints of Granite Green #928164

Color information

#928164 (or 0x928164) is unknown color: approx Granite Green. HEX triplet: 92, 81 and 64. RGB value is (146,129,100). Sum of RGB (Red+Green+Blue) = 146+129+100=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928164 is #6D7E9B. Grayscale: #828282. Windows color (decimal): -7175836 or 6586770. OLE color: 6586770.

HSL color Cylindrical-coordinate representation of color #928164: hue angle of 37.83º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928164 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB146129100-
CMYK00.120.320.43
HSL37.83º18.7%48.24%-
HSV(B)37.83º31.51%57.25%-
XYZ2222.7315.28-
YUV130.78110.63138.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=38.93%
G=34.4%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612910000.120.320.4337.8318.748.24
Hex9281640C202B261330
Octal2222011440144053462360
Binary100100101000000111001000110010000010101110011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928164; }

 p { color: rgb(146,129,100); }

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

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

 a { background-color: rgb(146,129,100); }

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

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

 span { border-color: rgb(146,129,100); }

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