#838E80

Color #838E80 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #838E80

Tints of Spanish Green #838E80

Color information

#838E80 (or 0x838E80) is unknown color: approx Spanish Green. HEX triplet: 83, 8E and 80. RGB value is (131,142,128). Sum of RGB (Red+Green+Blue) = 131+142+128=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #838E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E80 is #7C717F. Grayscale: #898989. Windows color (decimal): -8155520 or 8425091. OLE color: 8425091.

HSL color Cylindrical-coordinate representation of color #838E80: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838E80 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB131142128-
CMYK0.0800.100.44
HSL107.14º5.83%52.94%-
HSV(B)107.14º9.86%55.69%-
XYZ22.9325.7324.18-
YUV137.12122.86123.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 142 (55.86% from 255) = 35.41%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=32.67%
G=35.41%
B=31.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421280.0800.100.44107.145.8352.94
Hex838E8080A2C6b635
Octal2032162001001254153665
Binary1000001110001110100000001000010101011001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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