#92896C

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

Shades of Granite Green #92896C

Tints of Granite Green #92896C

Color information

#92896C (or 0x92896C) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 6C. RGB value is (146,137,108). Sum of RGB (Red+Green+Blue) = 146+137+108=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #92896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92896C is #6D7693. Grayscale: #888888. Windows color (decimal): -7173780 or 7113106. OLE color: 7113106.

HSL color Cylindrical-coordinate representation of color #92896C: hue angle of 45.79º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92896C is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146137108-
CMYK00.060.260.43
HSL45.79º14.96%49.8%-
HSV(B)45.79º26.03%57.25%-
XYZ23.5125.0917.79-
YUV136.38111.98134.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=37.34%
G=35.04%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613710800.060.260.4345.7914.9649.8
Hex92896C061A2B2ef32
Octal222211154063253561762
Binary100100101000100111011000110110101010111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92896C; }

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

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

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

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

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

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

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

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