#928963

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

Shades of Granite Green #928963

Tints of Granite Green #928963

Color information

#928963 (or 0x928963) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 63. RGB value is (146,137,99). Sum of RGB (Red+Green+Blue) = 146+137+99=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #928963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928963 is #6D769C. Grayscale: #878787. Windows color (decimal): -7173789 or 6523282. OLE color: 6523282.

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

Color convert

RGB14613799-
CMYK00.060.320.43
HSL48.51º19.18%48.04%-
HSV(B)48.51º32.19%57.25%-
XYZ23.0524.915.4-
YUV135.36107.48135.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 137 (53.91% from 255) = 35.86%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=38.22%
G=35.86%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461379900.060.320.4348.5119.1848.04
Hex92896306202B311330
Octal222211143064053612360
Binary10010010100010011100011011010000010101111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928963; }

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

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

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

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

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

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

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

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