#838E88

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

Shades of Granny Smith #838E88

Tints of Granny Smith #838E88

Color information

#838E88 (or 0x838E88) is unknown color: approx Granny Smith. HEX triplet: 83, 8E and 88. RGB value is (131,142,136). Sum of RGB (Red+Green+Blue) = 131+142+136=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #838E88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E88 is #7C7177. Grayscale: #8A8A8A. Windows color (decimal): -8155512 or 8949379. OLE color: 8949379.

HSL color Cylindrical-coordinate representation of color #838E88: hue angle of 147.27º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838E88 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB131142136-
CMYK0.0800.040.44
HSL147.27º4.64%53.53%-
HSV(B)147.27º7.75%55.69%-
XYZ23.4825.9527.06-
YUV138.03126.86122.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=32.03%
G=34.72%
B=33.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421360.0800.040.44147.274.6453.53
Hex838E888042C93536
Octal203216210100454223566
Binary1000001110001110100010001000010010110010010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838E88; }

 p { color: rgb(131,142,136); }

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

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

 a { background-color: rgb(131,142,136); }

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

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

 span { border-color: rgb(131,142,136); }

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