#86937A

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

Shades of Spanish Green #86937A

Tints of Spanish Green #86937A

Color information

#86937A (or 0x86937A) is unknown color: approx Spanish Green. HEX triplet: 86, 93 and 7A. RGB value is (134,147,122). Sum of RGB (Red+Green+Blue) = 134+147+122=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 147 - color contains mainly: green. Hex color #86937A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86937A is #796C85. Grayscale: #8C8C8C. Windows color (decimal): -7957638 or 8033158. OLE color: 8033158.

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

Color convert

RGB134147122-
CMYK0.0900.170.42
HSL91.2º10.37%52.75%-
HSV(B)91.2º17.01%57.65%-
XYZ23.7827.3422.44-
YUV140.26117.69123.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 122 (48.05% from 255) = 30.27%
R=33.25%
G=36.48%
B=30.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471220.0900.170.4291.210.3752.75
Hex86937A90112A5ba35
Octal20622317211021521331265
Binary10000110100100111111010100101000110101010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86937A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86937A; }

 p { color: rgb(134,147,122); }

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

<style>
 a { background-color: #86937A; }

 a { background-color: rgb(134,147,122); }

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

<style>
 span { border-color: #86937A; }

 span { border-color: rgb(134,147,122); }

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