#83998D

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

Shades of Granny Smith #83998D

Tints of Granny Smith #83998D

Color information

#83998D (or 0x83998D) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 8D. RGB value is (131,153,141). Sum of RGB (Red+Green+Blue) = 131+153+141=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #83998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998D is #7C6672. Grayscale: #919191. Windows color (decimal): -8152691 or 9279875. OLE color: 9279875.

HSL color Cylindrical-coordinate representation of color #83998D: hue angle of 147.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83998D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB131153141-
CMYK0.1400.080.4
HSL147.27º9.73%55.69%-
HSV(B)147.27º14.38%60%-
XYZ25.5629.5329.55-
YUV145.05125.71117.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.82%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=30.82%
G=36%
B=33.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531410.1400.080.4147.279.7355.69
Hex83998DE082893a38
Octal20323121516010502231270
Binary100000111001100110001101111001000101000100100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83998D; }

 p { color: rgb(131,153,141); }

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

<style>
 a { background-color: #83998D; }

 a { background-color: rgb(131,153,141); }

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

<style>
 span { border-color: #83998D; }

 span { border-color: rgb(131,153,141); }

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