#83998E

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

Shades of Granny Smith #83998E

Tints of Granny Smith #83998E

Color information

#83998E (or 0x83998E) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 8E. RGB value is (131,153,142). Sum of RGB (Red+Green+Blue) = 131+153+142=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #83998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998E is #7C6671. Grayscale: #919191. Windows color (decimal): -8152690 or 9345411. OLE color: 9345411.

HSL color Cylindrical-coordinate representation of color #83998E: hue angle of 150º 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 #83998E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB131153142-
CMYK0.1400.070.4
HSL150º9.73%55.69%-
HSV(B)150º14.38%60%-
XYZ25.6329.5629.95-
YUV145.17126.21117.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=30.75%
G=35.92%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531420.1400.070.41509.7355.69
Hex83998EE072896a38
Octal2032312161607502261270
Binary10000011100110011000111011100111101000100101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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