#84927D

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

Shades of Spanish Green #84927D

Tints of Spanish Green #84927D

Color information

#84927D (or 0x84927D) is unknown color: approx Spanish Green. HEX triplet: 84, 92 and 7D. RGB value is (132,146,125). Sum of RGB (Red+Green+Blue) = 132+146+125=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 146 - color contains mainly: green. Hex color #84927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84927D is #7B6D82. Grayscale: #8B8B8B. Windows color (decimal): -8088963 or 8229508. OLE color: 8229508.

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

Color convert

RGB132146125-
CMYK0.1000.140.43
HSL100º8.79%53.14%-
HSV(B)100º14.38%57.25%-
XYZ23.526.9423.36-
YUV139.42119.86122.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=32.75%
G=36.23%
B=31.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461250.1000.140.431008.7953.14
Hex84927DA0E2B64935
Octal20422217512016531441165
Binary1000010010010010111110110100111010101111001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84927D; }

 p { color: rgb(132,146,125); }

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

<style>
 a { background-color: #84927D; }

 a { background-color: rgb(132,146,125); }

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

<style>
 span { border-color: #84927D; }

 span { border-color: rgb(132,146,125); }

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