#839860

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

Shades of Highland #839860

Tints of Highland #839860

Color information

#839860 (or 0x839860) is unknown color: approx Highland. HEX triplet: 83, 98 and 60. RGB value is (131,152,96). Sum of RGB (Red+Green+Blue) = 131+152+96=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #839860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839860 is #7C679F. Grayscale: #8B8B8B. Windows color (decimal): -8152992 or 6330499. OLE color: 6330499.

HSL color Cylindrical-coordinate representation of color #839860: hue angle of 82.5º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #839860 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB13115296-
CMYK0.1400.370.40
HSL82.5º22.58%48.63%-
HSV(B)82.5º36.84%59.61%-
XYZ22.728.1315.3-
YUV139.34103.54122.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=34.56%
G=40.11%
B=25.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131152960.1400.370.4082.522.5848.63
Hex839860E02528521731
Octal20323014016045501222761
Binary1000001110011000110000011100100101101000101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839860; }

 p { color: rgb(131,152,96); }

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

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

 a { background-color: rgb(131,152,96); }

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

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

 span { border-color: rgb(131,152,96); }

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