#84907C

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

Shades of Spanish Green #84907C

Tints of Spanish Green #84907C

Color information

#84907C (or 0x84907C) is unknown color: approx Spanish Green. HEX triplet: 84, 90 and 7C. RGB value is (132,144,124). Sum of RGB (Red+Green+Blue) = 132+144+124=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 144 - color contains mainly: green. Hex color #84907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84907C is #7B6F83. Grayscale: #8A8A8A. Windows color (decimal): -8089476 or 8163460. OLE color: 8163460.

HSL color Cylindrical-coordinate representation of color #84907C: hue angle of 96º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84907C is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB132144124-
CMYK0.0800.140.44
HSL96º8.26%52.55%-
HSV(B)96º13.89%56.47%-
XYZ23.1326.3122.93-
YUV138.13120.02123.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 124 (48.83% from 255) = 31%
R=33%
G=36%
B=31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441240.0800.140.44968.2652.55
Hex84907C80E2C60835
Octal20422017410016541401065
Binary1000010010010000111110010000111010110011000001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84907C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,144,124); }

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

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

 a { background-color: rgb(132,144,124); }

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

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

 span { border-color: rgb(132,144,124); }

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