#839263

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

Shades of Highland #839263

Tints of Highland #839263

Color information

#839263 (or 0x839263) is unknown color: approx Highland. HEX triplet: 83, 92 and 63. RGB value is (131,146,99). Sum of RGB (Red+Green+Blue) = 131+146+99=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #839263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839263 is #7C6D9C. Grayscale: #888888. Windows color (decimal): -8154525 or 6525571. OLE color: 6525571.

HSL color Cylindrical-coordinate representation of color #839263: hue angle of 79.15º 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 #839263 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB13114699-
CMYK0.1000.320.43
HSL79.15º19.18%48.04%-
HSV(B)79.15º32.19%57.25%-
XYZ21.8926.2815.72-
YUV136.16107.03124.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=34.84%
G=38.83%
B=26.33%

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
Decimal131146990.1000.320.4379.1519.1848.04
Hex839263A0202B4f1330
Octal20322214312040531172360
Binary1000001110010010110001110100100000101011100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839263; }

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

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

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

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

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

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

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

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