#84925D

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

Shades of Highland #84925D

Tints of Highland #84925D

Color information

#84925D (or 0x84925D) is unknown color: approx Highland. HEX triplet: 84, 92 and 5D. RGB value is (132,146,93). Sum of RGB (Red+Green+Blue) = 132+146+93=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #84925D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84925D is #7B6DA2. Grayscale: #878787. Windows color (decimal): -8088995 or 6132356. OLE color: 6132356.

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

Color convert

RGB13214693-
CMYK0.1000.360.43
HSL75.85º22.18%46.86%-
HSV(B)75.85º36.3%57.25%-
XYZ21.7726.2514.28-
YUV135.77103.86125.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=35.58%
G=39.35%
B=25.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146930.1000.360.4375.8522.1846.86
Hex84925DA0242B4c162f
Octal20422213512044531142657
Binary1000010010010010101110110100100100101011100110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84925D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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