#84947E

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

Shades of Spanish Green #84947E

Tints of Spanish Green #84947E

Color information

#84947E (or 0x84947E) is unknown color: approx Spanish Green. HEX triplet: 84, 94 and 7E. RGB value is (132,148,126). Sum of RGB (Red+Green+Blue) = 132+148+126=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #84947E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84947E is #7B6B81. Grayscale: #8C8C8C. Windows color (decimal): -8088450 or 8295556. OLE color: 8295556.

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

Color convert

RGB132148126-
CMYK0.1100.150.42
HSL103.64º9.32%53.73%-
HSV(B)103.64º14.86%58.04%-
XYZ23.8727.5923.81-
YUV140.71119.7121.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 126 (49.61% from 255) = 31.03%
R=32.51%
G=36.45%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481260.1100.150.42103.649.3253.73
Hex84947EB0F2A68936
Octal20422417613017521501166
Binary1000010010010100111111010110111110101011010001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84947E; }

 p { color: rgb(132,148,126); }

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

<style>
 a { background-color: #84947E; }

 a { background-color: rgb(132,148,126); }

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

<style>
 span { border-color: #84947E; }

 span { border-color: rgb(132,148,126); }

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