#839467

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

Shades of Highland #839467

Tints of Highland #839467

Color information

#839467 (or 0x839467) is unknown color: approx Highland. HEX triplet: 83, 94 and 67. RGB value is (131,148,103). Sum of RGB (Red+Green+Blue) = 131+148+103=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 148 (58.20% from 255 or 38.74% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 148 - color contains mainly: green. Hex color #839467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839467 is #7C6B98. Grayscale: #898989. Windows color (decimal): -8154009 or 6788227. OLE color: 6788227.

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

Color convert

RGB131148103-
CMYK0.1100.300.42
HSL82.67º17.93%49.22%-
HSV(B)82.67º30.41%58.04%-
XYZ22.426.9816.86-
YUV137.79108.37123.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 148 (58.20% from 255) = 38.74%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=34.29%
G=38.74%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481030.1100.300.4282.6717.9349.22
Hex839467B01E2A531231
Octal20322414713036521232261
Binary100000111001010011001111011011110101010101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839467; }

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

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

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

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

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

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

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

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