#92886E

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

Shades of Granite Green #92886E

Tints of Granite Green #92886E

Color information

#92886E (or 0x92886E) is unknown color: approx Granite Green. HEX triplet: 92, 88 and 6E. RGB value is (146,136,110). Sum of RGB (Red+Green+Blue) = 146+136+110=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #92886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92886E is #6D7791. Grayscale: #888888. Windows color (decimal): -7174034 or 7243922. OLE color: 7243922.

HSL color Cylindrical-coordinate representation of color #92886E: hue angle of 43.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92886E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146136110-
CMYK00.070.250.43
HSL43.33º14.17%50.2%-
HSV(B)43.33º24.66%57.25%-
XYZ23.4724.8518.31-
YUV136.03113.31135.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.24%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 110 (43.36% from 255) = 28.06%
R=37.24%
G=34.69%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613611000.070.250.4343.3314.1750.2
Hex92886E07192B2be32
Octal222210156073153531662
Binary100100101000100011011100111110011010111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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