#92895C

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

Shades of Granite Green #92895C

Tints of Granite Green #92895C

Color information

#92895C (or 0x92895C) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 5C. RGB value is (146,137,92). Sum of RGB (Red+Green+Blue) = 146+137+92=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #92895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92895C is #6D76A3. Grayscale: #868686. Windows color (decimal): -7173796 or 6064530. OLE color: 6064530.

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

Color convert

RGB14613792-
CMYK00.060.370.43
HSL50º22.69%46.67%-
HSV(B)50º36.99%57.25%-
XYZ22.7324.7813.71-
YUV134.56103.98136.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=38.93%
G=36.53%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461379200.060.370.435022.6946.67
Hex92895C06252B32172f
Octal222211134064553622757
Binary10010010100010011011100011010010110101111001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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