#84917A

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

Shades of Spanish Green #84917A

Tints of Spanish Green #84917A

Color information

#84917A (or 0x84917A) is unknown color: approx Spanish Green. HEX triplet: 84, 91 and 7A. RGB value is (132,145,122). Sum of RGB (Red+Green+Blue) = 132+145+122=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 145 - color contains mainly: green. Hex color #84917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84917A is #7B6E85. Grayscale: #8A8A8A. Windows color (decimal): -8089222 or 8032644. OLE color: 8032644.

HSL color Cylindrical-coordinate representation of color #84917A: hue angle of 93.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84917A is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB132145122-
CMYK0.0900.160.43
HSL93.91º9.47%52.35%-
HSV(B)93.91º15.86%56.86%-
XYZ23.1526.5622.32-
YUV138.49118.69123.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 145 (57.03% from 255) = 36.34%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=33.08%
G=36.34%
B=30.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451220.0900.160.4393.919.4752.35
Hex84917A90102B5e934
Octal20422117211020531361164
Binary10000100100100011111010100101000010101110111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,145,122); }

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

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

 a { background-color: rgb(132,145,122); }

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

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

 span { border-color: rgb(132,145,122); }

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