#839180

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

Shades of Spanish Green #839180

Tints of Spanish Green #839180

Color information

#839180 (or 0x839180) is unknown color: approx Spanish Green. HEX triplet: 83, 91 and 80. RGB value is (131,145,128). Sum of RGB (Red+Green+Blue) = 131+145+128=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #839180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839180 is #7C6E7F. Grayscale: #8A8A8A. Windows color (decimal): -8154752 or 8425859. OLE color: 8425859.

HSL color Cylindrical-coordinate representation of color #839180: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839180 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB131145128-
CMYK0.1000.120.43
HSL109.41º7.17%53.53%-
HSV(B)109.41º11.72%56.86%-
XYZ23.3826.6324.33-
YUV138.88121.86122.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.43%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 128 (50.39% from 255) = 31.68%
R=32.43%
G=35.89%
B=31.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451280.1000.120.43109.417.1753.53
Hex839180A0C2B6d736
Octal2032212001201453155766
Binary1000001110010001100000001010011001010111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839180; }

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

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

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

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

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

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

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

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