#83998F

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

Shades of Granny Smith #83998F

Tints of Granny Smith #83998F

Color information

#83998F (or 0x83998F) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 8F. RGB value is (131,153,143). Sum of RGB (Red+Green+Blue) = 131+153+143=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #83998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998F is #7C6670. Grayscale: #919191. Windows color (decimal): -8152689 or 9410947. OLE color: 9410947.

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

Color convert

RGB131153143-
CMYK0.1400.070.4
HSL152.73º9.73%55.69%-
HSV(B)152.73º14.38%60%-
XYZ25.7129.5930.34-
YUV145.28126.71117.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.68%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=30.68%
G=35.83%
B=33.49%

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
Decimal1311531430.1400.070.4152.739.7355.69
Hex83998FE072899a38
Octal2032312171607502311270
Binary10000011100110011000111111100111101000100110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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