#928263

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

Shades of Granite Green #928263

Tints of Granite Green #928263

Color information

#928263 (or 0x928263) is unknown color: approx Granite Green. HEX triplet: 92, 82 and 63. RGB value is (146,130,99). Sum of RGB (Red+Green+Blue) = 146+130+99=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928263 is #6D7D9C. Grayscale: #838383. Windows color (decimal): -7175581 or 6521490. OLE color: 6521490.

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

Color convert

RGB14613099-
CMYK00.110.320.43
HSL39.57º19.18%48.04%-
HSV(B)39.57º32.19%57.25%-
XYZ22.0922.9815.08-
YUV131.25109.8138.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=38.93%
G=34.67%
B=26.4%

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
Decimal1461309900.110.320.4339.5719.1848.04
Hex9282630B202B281330
Octal2222021430134053502360
Binary100100101000001011000110101110000010101110100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928263; }

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

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

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

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

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

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

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

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