#92886C

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

Shades of Granite Green #92886C

Tints of Granite Green #92886C

Color information

#92886C (or 0x92886C) is unknown color: approx Granite Green. HEX triplet: 92, 88 and 6C. RGB value is (146,136,108). Sum of RGB (Red+Green+Blue) = 146+136+108=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 146 - color contains mainly: red. Hex color #92886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886C is #6D7793. Grayscale: #878787. Windows color (decimal): -7174036 or 7112850. OLE color: 7112850.

HSL color Cylindrical-coordinate representation of color #92886C: hue angle of 44.21º 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 #92886C is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146136108-
CMYK00.070.260.43
HSL44.21º14.96%49.8%-
HSV(B)44.21º26.03%57.25%-
XYZ23.3624.817.74-
YUV135.8112.31135.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=37.44%
G=34.87%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613610800.070.260.4344.2114.9649.8
Hex92886C071A2B2cf32
Octal222210154073253541762
Binary100100101000100011011000111110101010111011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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