#839995

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

Shades of Granny Smith #839995

Tints of Granny Smith #839995

Color information

#839995 (or 0x839995) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 95. RGB value is (131,153,149). Sum of RGB (Red+Green+Blue) = 131+153+149=433 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.25% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #839995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839995 is #7C666A. Grayscale: #919191. Windows color (decimal): -8152683 or 9804163. OLE color: 9804163.

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

Color convert

RGB131153149-
CMYK0.1400.030.4
HSL169.09º9.73%55.69%-
HSV(B)169.09º14.38%60%-
XYZ26.1829.7832.8-
YUV145.97129.71117.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.25%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=30.25%
G=35.33%
B=34.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531490.1400.030.4169.099.7355.69
Hex839995E0328a9a38
Octal2032312251603502511270
Binary1000001110011001100101011110011101000101010011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839995; }

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

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

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

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

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

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

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

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