#84946B

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

Shades of Highland #84946B

Tints of Highland #84946B

Color information

#84946B (or 0x84946B) is unknown color: approx Highland. HEX triplet: 84, 94 and 6B. RGB value is (132,148,107). Sum of RGB (Red+Green+Blue) = 132+148+107=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 148 - color contains mainly: green. Hex color #84946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84946B is #7B6B94. Grayscale: #8A8A8A. Windows color (decimal): -8088469 or 7050372. OLE color: 7050372.

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

Color convert

RGB132148107-
CMYK0.1100.280.42
HSL83.41º16.08%50%-
HSV(B)83.41º27.7%58.04%-
XYZ22.7627.1517.95-
YUV138.54110.2123.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 107 (42.19% from 255) = 27.65%
R=34.11%
G=38.24%
B=27.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481070.1100.280.4283.4116.0850
Hex84946BB01C2A531032
Octal20422415313034521232062
Binary100001001001010011010111011011100101010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,148,107); }

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

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

 a { background-color: rgb(132,148,107); }

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

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

 span { border-color: rgb(132,148,107); }

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