#859463

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

Shades of Highland #859463

Tints of Highland #859463

Color information

#859463 (or 0x859463) is unknown color: approx Highland. HEX triplet: 85, 94 and 63. RGB value is (133,148,99). Sum of RGB (Red+Green+Blue) = 133+148+99=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #859463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859463 is #7A6B9C. Grayscale: #8A8A8A. Windows color (decimal): -8022941 or 6526085. OLE color: 6526085.

HSL color Cylindrical-coordinate representation of color #859463: hue angle of 78.37º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859463 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB13314899-
CMYK0.1000.330.42
HSL78.37º19.84%48.43%-
HSV(B)78.37º33.11%58.04%-
XYZ22.5127.0715.84-
YUV137.93106.03124.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=35%
G=38.95%
B=26.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148990.1000.330.4278.3719.8448.43
Hex859463A0212A4e1430
Octal20522414312041521162460
Binary1000010110010100110001110100100001101010100111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859463; }

 p { color: rgb(133,148,99); }

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

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

 a { background-color: rgb(133,148,99); }

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

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

 span { border-color: rgb(133,148,99); }

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