#84927C

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

Shades of Spanish Green #84927C

Tints of Spanish Green #84927C

Color information

#84927C (or 0x84927C) is unknown color: approx Spanish Green. HEX triplet: 84, 92 and 7C. RGB value is (132,146,124). Sum of RGB (Red+Green+Blue) = 132+146+124=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 146 - color contains mainly: green. Hex color #84927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84927C is #7B6D83. Grayscale: #8B8B8B. Windows color (decimal): -8088964 or 8163972. OLE color: 8163972.

HSL color Cylindrical-coordinate representation of color #84927C: hue angle of 98.18º 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 #84927C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB132146124-
CMYK0.1000.150.43
HSL98.18º9.17%52.94%-
HSV(B)98.18º15.07%57.25%-
XYZ23.4326.9223.03-
YUV139.31119.36122.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.84%
GREEN value IS 146 (57.42% from 255) = 36.32%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=32.84%
G=36.32%
B=30.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461240.1000.150.4398.189.1752.94
Hex84927CA0F2B62935
Octal20422217412017531421165
Binary1000010010010010111110010100111110101111000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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