#928163

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

Shades of Granite Green #928163

Tints of Granite Green #928163

Color information

#928163 (or 0x928163) is unknown color: approx Granite Green. HEX triplet: 92, 81 and 63. RGB value is (146,129,99). Sum of RGB (Red+Green+Blue) = 146+129+99=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928163 is #6D7E9C. Grayscale: #828282. Windows color (decimal): -7175837 or 6521234. OLE color: 6521234.

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

Color convert

RGB14612999-
CMYK00.120.320.43
HSL38.3º19.18%48.04%-
HSV(B)38.3º32.19%57.25%-
XYZ21.9622.7115.03-
YUV130.66110.13138.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=39.04%
G=34.49%
B=26.47%

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
Decimal1461299900.120.320.4338.319.1848.04
Hex9281630C202B261330
Octal2222011430144053462360
Binary100100101000000111000110110010000010101110011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928163; }

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

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

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

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

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

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

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

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