#83958F

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

Shades of Granny Smith #83958F

Tints of Granny Smith #83958F

Color information

#83958F (or 0x83958F) is unknown color: approx Granny Smith. HEX triplet: 83, 95 and 8F. RGB value is (131,149,143). Sum of RGB (Red+Green+Blue) = 131+149+143=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #83958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958F is #7C6A70. Grayscale: #8E8E8E. Windows color (decimal): -8153713 or 9409923. OLE color: 9409923.

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

Color convert

RGB131149143-
CMYK0.1200.040.42
HSL160º7.83%54.9%-
HSV(B)160º12.08%58.43%-
XYZ25.0728.330.13-
YUV142.93128.04119.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=30.97%
G=35.22%
B=33.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491430.1200.040.421607.8354.9
Hex83958FC042Aa0837
Octal2032252171404522401067
Binary10000011100101011000111111000100101010101000001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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