#92896B

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

Shades of Granite Green #92896B

Tints of Granite Green #92896B

Color information

#92896B (or 0x92896B) is unknown color: approx Granite Green. HEX triplet: 92, 89 and 6B. RGB value is (146,137,107). Sum of RGB (Red+Green+Blue) = 146+137+107=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92896B is #6D7694. Grayscale: #888888. Windows color (decimal): -7173781 or 7047570. OLE color: 7047570.

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

Color convert

RGB146137107-
CMYK00.060.270.43
HSL46.15º15.42%49.61%-
HSV(B)46.15º26.71%57.25%-
XYZ23.4525.0617.51-
YUV136.27111.48134.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=37.44%
G=35.13%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613710700.060.270.4346.1515.4249.61
Hex92896B061B2B2ef32
Octal222211153063353561762
Binary100100101000100111010110110110111010111011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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