#84985F

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

Shades of Highland #84985F

Tints of Highland #84985F

Color information

#84985F (or 0x84985F) is unknown color: approx Highland. HEX triplet: 84, 98 and 5F. RGB value is (132,152,95). Sum of RGB (Red+Green+Blue) = 132+152+95=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #84985F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84985F is #7B67A0. Grayscale: #8B8B8B. Windows color (decimal): -8087457 or 6264964. OLE color: 6264964.

HSL color Cylindrical-coordinate representation of color #84985F: hue angle of 81.05º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84985F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB13215295-
CMYK0.1300.380.40
HSL81.05º23.08%48.43%-
HSV(B)81.05º37.5%59.61%-
XYZ22.8128.1915.07-
YUV139.52102.87122.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=34.83%
G=40.11%
B=25.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132152950.1300.380.4081.0523.0848.43
Hex84985FD02628511730
Octal20423013715046501212760
Binary1000010010011000101111111010100110101000101000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84985F; }

 p { color: rgb(132,152,95); }

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

<style>
 a { background-color: #84985F; }

 a { background-color: rgb(132,152,95); }

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

<style>
 span { border-color: #84985F; }

 span { border-color: rgb(132,152,95); }

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