#86947E

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

Shades of Spanish Green #86947E

Tints of Spanish Green #86947E

Color information

#86947E (or 0x86947E) is unknown color: approx Spanish Green. HEX triplet: 86, 94 and 7E. RGB value is (134,148,126). Sum of RGB (Red+Green+Blue) = 134+148+126=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #86947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86947E is #796B81. Grayscale: #8D8D8D. Windows color (decimal): -7957378 or 8295558. OLE color: 8295558.

HSL color Cylindrical-coordinate representation of color #86947E: hue angle of 98.18º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #86947E is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB134148126-
CMYK0.0900.150.42
HSL98.18º9.32%53.73%-
HSV(B)98.18º14.86%58.04%-
XYZ24.1927.7523.82-
YUV141.31119.36122.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=32.84%
G=36.27%
B=30.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481260.0900.150.4298.189.3253.73
Hex86947E90F2A62936
Octal20622417611017521421166
Binary1000011010010100111111010010111110101011000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86947E; }

 p { color: rgb(134,148,126); }

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

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

 a { background-color: rgb(134,148,126); }

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

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

 span { border-color: rgb(134,148,126); }

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