#928566

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

Shades of Granite Green #928566

Tints of Granite Green #928566

Color information

#928566 (or 0x928566) is unknown color: approx Granite Green. HEX triplet: 92, 85 and 66. RGB value is (146,133,102). Sum of RGB (Red+Green+Blue) = 146+133+102=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928566 is #6D7A99. Grayscale: #858585. Windows color (decimal): -7174810 or 6718866. OLE color: 6718866.

HSL color Cylindrical-coordinate representation of color #928566: hue angle of 42.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928566 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB146133102-
CMYK00.090.300.43
HSL42.27º17.74%48.63%-
HSV(B)42.27º30.14%57.25%-
XYZ22.6423.8515.98-
YUV133.35110.31137.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.32%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=38.32%
G=34.91%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613310200.090.300.4342.2717.7448.63
Hex928566091E2B2a1231
Octal2222051460113653522261
Binary10010010100001011100110010011111010101110101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928566; }

 p { color: rgb(146,133,102); }

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

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

 a { background-color: rgb(146,133,102); }

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

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

 span { border-color: rgb(146,133,102); }

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