#86927B

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

Shades of Spanish Green #86927B

Tints of Spanish Green #86927B

Color information

#86927B (or 0x86927B) is unknown color: approx Spanish Green. HEX triplet: 86, 92 and 7B. RGB value is (134,146,123). Sum of RGB (Red+Green+Blue) = 134+146+123=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #86927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86927B is #796D84. Grayscale: #8B8B8B. Windows color (decimal): -7957893 or 8098438. OLE color: 8098438.

HSL color Cylindrical-coordinate representation of color #86927B: hue angle of 91.3º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #86927B is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB134146123-
CMYK0.0800.160.43
HSL91.3º9.54%52.75%-
HSV(B)91.3º15.75%57.25%-
XYZ23.6927.0622.71-
YUV139.79118.52123.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=33.25%
G=36.23%
B=30.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461230.0800.160.4391.39.5452.75
Hex86927B80102B5ba35
Octal20622217310020531331265
Binary10000110100100101111011100001000010101110110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86927B; }

 p { color: rgb(134,146,123); }

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

<style>
 a { background-color: #86927B; }

 a { background-color: rgb(134,146,123); }

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

<style>
 span { border-color: #86927B; }

 span { border-color: rgb(134,146,123); }

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