#84955B

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

Shades of Highland #84955B

Tints of Highland #84955B

Color information

#84955B (or 0x84955B) is unknown color: approx Highland. HEX triplet: 84, 95 and 5B. RGB value is (132,149,91). Sum of RGB (Red+Green+Blue) = 132+149+91=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #84955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84955B is #7B6AA4. Grayscale: #898989. Windows color (decimal): -8088229 or 6002052. OLE color: 6002052.

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

Color convert

RGB13214991-
CMYK0.1100.390.42
HSL77.59º24.17%47.06%-
HSV(B)77.59º38.93%58.43%-
XYZ22.1527.1613.97-
YUV137.3101.87124.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 149 (58.59% from 255) = 40.05%
BLUE value IS 91 (35.94% from 255) = 24.46%
R=35.48%
G=40.05%
B=24.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132149910.1100.390.4277.5924.1747.06
Hex84955BB0272A4e182f
Octal20422513313047521163057
Binary1000010010010101101101110110100111101010100111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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