#86947D

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

Shades of Spanish Green #86947D

Tints of Spanish Green #86947D

Color information

#86947D (or 0x86947D) is unknown color: approx Spanish Green. HEX triplet: 86, 94 and 7D. RGB value is (134,148,125). Sum of RGB (Red+Green+Blue) = 134+148+125=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #86947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86947D is #796B82. Grayscale: #8D8D8D. Windows color (decimal): -7957379 or 8230022. OLE color: 8230022.

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

Color convert

RGB134148125-
CMYK0.0900.160.42
HSL96.52º9.7%53.53%-
HSV(B)96.52º15.54%58.04%-
XYZ24.1227.7323.48-
YUV141.19118.86122.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 148 (58.20% from 255) = 36.36%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=32.92%
G=36.36%
B=30.71%

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
Decimal1341481250.0900.160.4296.529.753.53
Hex86947D90102A61a36
Octal20622417511020521411266
Binary10000110100101001111101100101000010101011000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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