#839994

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

Shades of Granny Smith #839994

Tints of Granny Smith #839994

Color information

#839994 (or 0x839994) is unknown color: approx Granny Smith. HEX triplet: 83, 99 and 94. RGB value is (131,153,148). Sum of RGB (Red+Green+Blue) = 131+153+148=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #839994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839994 is #7C666B. Grayscale: #919191. Windows color (decimal): -8152684 or 9738627. OLE color: 9738627.

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

Color convert

RGB131153148-
CMYK0.1400.030.4
HSL166.36º9.73%55.69%-
HSV(B)166.36º14.38%60%-
XYZ26.129.7532.38-
YUV145.85129.21117.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=30.32%
G=35.42%
B=34.26%

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
Decimal1311531480.1400.030.4166.369.7355.69
Hex839994E0328a6a38
Octal2032312241603502461270
Binary1000001110011001100101001110011101000101001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839994; }

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

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

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

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

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

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

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

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