#839993

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

Shades of Granny Smith #839993

Tints of Granny Smith #839993

Color information

#839993 (or 0x839993) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 93. RGB value is (131,153,147). Sum of RGB (Red+Green+Blue) = 131+153+147=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #839993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839993 is #7C666C. Grayscale: #919191. Windows color (decimal): -8152685 or 9673091. OLE color: 9673091.

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

Color convert

RGB131153147-
CMYK0.1400.040.4
HSL163.64º9.73%55.69%-
HSV(B)163.64º14.38%60%-
XYZ26.0229.7131.97-
YUV145.74128.71117.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.39%
GREEN value IS 153 (60.16% from 255) = 35.50%
BLUE value IS 147 (57.81% from 255) = 34.11%
R=30.39%
G=35.50%
B=34.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531470.1400.040.4163.649.7355.69
Hex839993E0428a4a38
Octal2032312231604502441270
Binary10000011100110011001001111100100101000101001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839993; }

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

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

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

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

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

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

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

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