#84955A

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

Shades of Highland #84955A

Tints of Highland #84955A

Color information

#84955A (or 0x84955A) is unknown color: approx Highland. HEX triplet: 84, 95 and 5A. RGB value is (132,149,90). Sum of RGB (Red+Green+Blue) = 132+149+90=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #84955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84955A is #7B6AA5. Grayscale: #898989. Windows color (decimal): -8088230 or 5936516. OLE color: 5936516.

HSL color Cylindrical-coordinate representation of color #84955A: hue angle of 77.29º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84955A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB13214990-
CMYK0.1100.400.42
HSL77.29º24.69%46.86%-
HSV(B)77.29º39.6%58.43%-
XYZ22.1127.1413.75-
YUV137.19101.37124.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=35.58%
G=40.16%
B=24.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149900.1100.400.4277.2924.6946.86
Hex84955AB0282A4d192f
Octal20422513213050521153157
Binary1000010010010101101101010110101000101010100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84955A; }

 p { color: rgb(132,149,90); }

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

<style>
 a { background-color: #84955A; }

 a { background-color: rgb(132,149,90); }

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

<style>
 span { border-color: #84955A; }

 span { border-color: rgb(132,149,90); }

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