#86947C

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

Shades of Spanish Green #86947C

Tints of Spanish Green #86947C

Color information

#86947C (or 0x86947C) is unknown color: approx Spanish Green. HEX triplet: 86, 94 and 7C. RGB value is (134,148,124). Sum of RGB (Red+Green+Blue) = 134+148+124=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #86947C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86947C is #796B83. Grayscale: #8D8D8D. Windows color (decimal): -7957380 or 8164486. OLE color: 8164486.

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

Color convert

RGB134148124-
CMYK0.0900.160.42
HSL95º10.08%53.33%-
HSV(B)95º16.22%58.04%-
XYZ24.0627.723.15-
YUV141.08118.36122.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=33.00%
G=36.45%
B=30.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341481240.0900.160.429510.0853.33
Hex86947C90102A5fa35
Octal20622417411020521371265
Binary10000110100101001111100100101000010101010111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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