#86927C

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

Shades of Spanish Green #86927C

Tints of Spanish Green #86927C

Color information

#86927C (or 0x86927C) is unknown color: approx Spanish Green. HEX triplet: 86, 92 and 7C. RGB value is (134,146,124). Sum of RGB (Red+Green+Blue) = 134+146+124=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #86927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86927C is #796D83. Grayscale: #8B8B8B. Windows color (decimal): -7957892 or 8163974. OLE color: 8163974.

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

Color convert

RGB134146124-
CMYK0.0800.150.43
HSL92.73º9.17%52.94%-
HSV(B)92.73º15.07%57.25%-
XYZ23.7527.0823.04-
YUV139.9119.02123.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.17%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=33.17%
G=36.14%
B=30.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461240.0800.150.4392.739.1752.94
Hex86927C80F2B5d935
Octal20622217410017531351165
Binary1000011010010010111110010000111110101110111011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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