#83918E

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

Shades of Granny Smith #83918E

Tints of Granny Smith #83918E

Color information

#83918E (or 0x83918E) is unknown color: approx Granny Smith. HEX triplet: 83, 91 and 8E. RGB value is (131,145,142). Sum of RGB (Red+Green+Blue) = 131+145+142=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #83918E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918E is #7C6E71. Grayscale: #8C8C8C. Windows color (decimal): -8154738 or 9343363. OLE color: 9343363.

HSL color Cylindrical-coordinate representation of color #83918E: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83918E is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB131145142-
CMYK0.1000.020.43
HSL167.14º5.98%54.12%-
HSV(B)167.14º9.66%56.86%-
XYZ24.3727.0329.52-
YUV140.47128.86121.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=31.34%
G=34.69%
B=33.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451420.1000.020.43167.145.9854.12
Hex83918EA022Ba7636
Octal203221216120253247666
Binary100000111001000110001110101001010101110100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,145,142); }

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

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

 a { background-color: rgb(131,145,142); }

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

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

 span { border-color: rgb(131,145,142); }

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