#839466

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

Shades of Highland #839466

Tints of Highland #839466

Color information

#839466 (or 0x839466) is unknown color: approx Highland. HEX triplet: 83, 94 and 66. RGB value is (131,148,102). Sum of RGB (Red+Green+Blue) = 131+148+102=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #839466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839466 is #7C6B99. Grayscale: #898989. Windows color (decimal): -8154010 or 6722691. OLE color: 6722691.

HSL color Cylindrical-coordinate representation of color #839466: hue angle of 82.17º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839466 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB131148102-
CMYK0.1100.310.42
HSL82.17º18.4%49.02%-
HSV(B)82.17º31.08%58.04%-
XYZ22.3526.9616.6-
YUV137.67107.87123.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=34.38%
G=38.85%
B=26.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481020.1100.310.4282.1718.449.02
Hex839466B01F2A521231
Octal20322414613037521222261
Binary100000111001010011001101011011111101010101001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839466; }

 p { color: rgb(131,148,102); }

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

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

 a { background-color: rgb(131,148,102); }

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

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

 span { border-color: rgb(131,148,102); }

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