#83958A

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

Shades of Granny Smith #83958A

Tints of Granny Smith #83958A

Color information

#83958A (or 0x83958A) is unknown color: approx Granny Smith. HEX triplet: 83, 95 and 8A. RGB value is (131,149,138). Sum of RGB (Red+Green+Blue) = 131+149+138=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 149 - color contains mainly: green. Hex color #83958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958A is #7C6A75. Grayscale: #8E8E8E. Windows color (decimal): -8153718 or 9082243. OLE color: 9082243.

HSL color Cylindrical-coordinate representation of color #83958A: hue angle of 143.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83958A is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB131149138-
CMYK0.1200.070.42
HSL143.33º7.83%54.9%-
HSV(B)143.33º12.08%58.43%-
XYZ24.6928.1628.18-
YUV142.36125.54119.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=31.34%
G=35.65%
B=33.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491380.1200.070.42143.337.8354.9
Hex83958AC072A8f837
Octal2032252121407522171067
Binary10000011100101011000101011000111101010100011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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