#839163

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

Shades of Highland #839163

Tints of Highland #839163

Color information

#839163 (or 0x839163) is unknown color: approx Highland. HEX triplet: 83, 91 and 63. RGB value is (131,145,99). Sum of RGB (Red+Green+Blue) = 131+145+99=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #839163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839163 is #7C6E9C. Grayscale: #878787. Windows color (decimal): -8154781 or 6525315. OLE color: 6525315.

HSL color Cylindrical-coordinate representation of color #839163: hue angle of 78.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839163 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB13114599-
CMYK0.1000.320.43
HSL78.26º18.85%47.84%-
HSV(B)78.26º31.72%56.86%-
XYZ21.7425.9815.67-
YUV135.57107.36124.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 99 (39.06% from 255) = 26.4%
R=34.93%
G=38.67%
B=26.4%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145990.1000.320.4378.2618.8547.84
Hex839163A0202B4e1330
Octal20322114312040531162360
Binary1000001110010001110001110100100000101011100111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839163; }

 p { color: rgb(131,145,99); }

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

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

 a { background-color: rgb(131,145,99); }

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

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

 span { border-color: rgb(131,145,99); }

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