#83958B

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

Shades of Granny Smith #83958B

Tints of Granny Smith #83958B

Color information

#83958B (or 0x83958B) is unknown color: approx Granny Smith. HEX triplet: 83, 95 and 8B. RGB value is (131,149,139). Sum of RGB (Red+Green+Blue) = 131+149+139=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 149 - color contains mainly: green. Hex color #83958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958B is #7C6A74. Grayscale: #8E8E8E. Windows color (decimal): -8153717 or 9147779. OLE color: 9147779.

HSL color Cylindrical-coordinate representation of color #83958B: hue angle of 146.67º 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 #83958B is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB131149139-
CMYK0.1200.070.42
HSL146.67º7.83%54.9%-
HSV(B)146.67º12.08%58.43%-
XYZ24.7728.1828.56-
YUV142.48126.04119.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.26%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=31.26%
G=35.56%
B=33.17%

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
Decimal1311491390.1200.070.42146.677.8354.9
Hex83958BC072A93837
Octal2032252131407522231067
Binary10000011100101011000101111000111101010100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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