#83918A

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

Shades of Granny Smith #83918A

Tints of Granny Smith #83918A

Color information

#83918A (or 0x83918A) is unknown color: approx Granny Smith. HEX triplet: 83, 91 and 8A. RGB value is (131,145,138). Sum of RGB (Red+Green+Blue) = 131+145+138=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #83918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918A is #7C6E75. Grayscale: #8C8C8C. Windows color (decimal): -8154742 or 9081219. OLE color: 9081219.

HSL color Cylindrical-coordinate representation of color #83918A: hue angle of 150º 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 #83918A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB131145138-
CMYK0.1000.050.43
HSL150º5.98%54.12%-
HSV(B)150º9.66%56.86%-
XYZ24.0726.9127.97-
YUV140.02126.86121.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=31.64%
G=35.02%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451380.1000.050.431505.9854.12
Hex83918AA052B96636
Octal203221212120553226666
Binary1000001110010001100010101010010110101110010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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