#858E82

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

Shades of Spanish Green #858E82

Tints of Spanish Green #858E82

Color information

#858E82 (or 0x858E82) is unknown color: approx Spanish Green. HEX triplet: 85, 8E and 82. RGB value is (133,142,130). Sum of RGB (Red+Green+Blue) = 133+142+130=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #858E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E82 is #7A717D. Grayscale: #898989. Windows color (decimal): -8024446 or 8556165. OLE color: 8556165.

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

Color convert

RGB133142130-
CMYK0.0600.080.44
HSL105º5.04%53.33%-
HSV(B)105º8.45%55.69%-
XYZ23.3825.9424.89-
YUV137.94123.52124.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=32.84%
G=35.06%
B=32.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1331421300.0600.080.441055.0453.33
Hex858E826082C69535
Octal205216202601054151565
Binary100001011000111010000010110010001011001101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858E82; }

 p { color: rgb(133,142,130); }

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

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

 a { background-color: rgb(133,142,130); }

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

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

 span { border-color: rgb(133,142,130); }

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