#85927D

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

Shades of Spanish Green #85927D

Tints of Spanish Green #85927D

Color information

#85927D (or 0x85927D) is unknown color: approx Spanish Green. HEX triplet: 85, 92 and 7D. RGB value is (133,146,125). Sum of RGB (Red+Green+Blue) = 133+146+125=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #85927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85927D is #7A6D82. Grayscale: #8B8B8B. Windows color (decimal): -8023427 or 8229509. OLE color: 8229509.

HSL color Cylindrical-coordinate representation of color #85927D: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85927D is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB133146125-
CMYK0.0900.140.43
HSL97.14º8.79%53.14%-
HSV(B)97.14º14.38%57.25%-
XYZ23.6527.0223.37-
YUV139.72119.69123.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=32.92%
G=36.14%
B=30.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461250.0900.140.4397.148.7953.14
Hex85927D90E2B61935
Octal20522217511016531411165
Binary1000010110010010111110110010111010101111000011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85927D; }

 p { color: rgb(133,146,125); }

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

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

 a { background-color: rgb(133,146,125); }

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

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

 span { border-color: rgb(133,146,125); }

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