#838E8B

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

Shades of Granny Smith #838E8B

Tints of Granny Smith #838E8B

Color information

#838E8B (or 0x838E8B) is unknown color: approx Granny Smith. HEX triplet: 83, 8E and 8B. RGB value is (131,142,139). Sum of RGB (Red+Green+Blue) = 131+142+139=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 142 - color contains mainly: green. Hex color #838E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E8B is #7C7174. Grayscale: #8A8A8A. Windows color (decimal): -8155509 or 9145987. OLE color: 9145987.

HSL color Cylindrical-coordinate representation of color #838E8B: hue angle of 163.64º 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 #838E8B is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB131142139-
CMYK0.0800.020.44
HSL163.64º4.64%53.53%-
HSV(B)163.64º7.75%55.69%-
XYZ23.6926.0428.2-
YUV138.37128.36122.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 139 (54.69% from 255) = 33.74%
R=31.80%
G=34.47%
B=33.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421390.0800.020.44163.644.6453.53
Hex838E8B8022Ca4536
Octal203216213100254244566
Binary100000111000111010001011100001010110010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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