#848E80

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

Shades of Spanish Green #848E80

Tints of Spanish Green #848E80

Color information

#848E80 (or 0x848E80) is unknown color: approx Spanish Green. HEX triplet: 84, 8E and 80. RGB value is (132,142,128). Sum of RGB (Red+Green+Blue) = 132+142+128=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 142 - color contains mainly: green. Hex color #848E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848E80 is #7B717F. Grayscale: #898989. Windows color (decimal): -8089984 or 8425092. OLE color: 8425092.

HSL color Cylindrical-coordinate representation of color #848E80: hue angle of 102.86º 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 #848E80 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB132142128-
CMYK0.0700.100.44
HSL102.86º5.83%52.94%-
HSV(B)102.86º9.86%55.69%-
XYZ23.0925.8124.19-
YUV137.41122.69124.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 142 (55.86% from 255) = 35.32%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=32.84%
G=35.32%
B=31.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321421280.0700.100.44102.865.8352.94
Hex848E8070A2C67635
Octal204216200701254147665
Binary100001001000111010000000111010101011001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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