#8B928E

Color #8B928E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #8B928E

Tints of Granny Smith #8B928E

Color information

#8B928E (or 0x8B928E) is unknown color: approx Granny Smith. HEX triplet: 8B, 92 and 8E. RGB value is (139,146,142). Sum of RGB (Red+Green+Blue) = 139+146+142=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 146 - color contains mainly: green. Hex color #8B928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B928E is #746D71. Grayscale: #8F8F8F. Windows color (decimal): -7630194 or 9343627. OLE color: 9343627.

HSL color Cylindrical-coordinate representation of color #8B928E: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B928E is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB139146142-
CMYK0.0500.030.43
HSL145.71º3.11%55.88%-
HSV(B)145.71º4.79%57.25%-
XYZ25.812829.64-
YUV143.45127.18124.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.55%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=32.55%
G=34.19%
B=33.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461420.0500.030.43145.713.1155.88
Hex8B928E5032B92338
Octal21322221650353222370
Binary1000101110010010100011101010111010111001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B928E; }

 p { color: rgb(139,146,142); }

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

<style>
 a { background-color: #8B928E; }

 a { background-color: rgb(139,146,142); }

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

<style>
 span { border-color: #8B928E; }

 span { border-color: rgb(139,146,142); }

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