#928264

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

Shades of Granite Green #928264

Tints of Granite Green #928264

Color information

#928264 (or 0x928264) is unknown color: approx Granite Green. HEX triplet: 92, 82 and 64. RGB value is (146,130,100). Sum of RGB (Red+Green+Blue) = 146+130+100=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #928264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928264 is #6D7D9B. Grayscale: #838383. Windows color (decimal): -7175580 or 6587026. OLE color: 6587026.

HSL color Cylindrical-coordinate representation of color #928264: hue angle of 39.13º 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 #928264 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB146130100-
CMYK00.110.320.43
HSL39.13º18.7%48.24%-
HSV(B)39.13º31.51%57.25%-
XYZ22.142315.33-
YUV131.36110.3138.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 130 (51.17% from 255) = 34.57%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=38.83%
G=34.57%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613010000.110.320.4339.1318.748.24
Hex9282640B202B271330
Octal2222021440134053472360
Binary100100101000001011001000101110000010101110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928264; }

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

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

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

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

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

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

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

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