#849A63

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

Shades of Highland #849A63

Tints of Highland #849A63

Color information

#849A63 (or 0x849A63) is unknown color: approx Highland. HEX triplet: 84, 9A and 63. RGB value is (132,154,99). Sum of RGB (Red+Green+Blue) = 132+154+99=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #849A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849A63 is #7B659C. Grayscale: #8D8D8D. Windows color (decimal): -8086941 or 6527620. OLE color: 6527620.

HSL color Cylindrical-coordinate representation of color #849A63: hue angle of 84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849A63 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB13215499-
CMYK0.1400.360.40
HSL84º21.74%49.61%-
HSV(B)84º35.71%60.39%-
XYZ23.3228.9216.16-
YUV141.15104.21121.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=34.29%
G=40%
B=25.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal132154990.1400.360.408421.7449.61
Hex849A63E02428541632
Octal20423214316044501242662
Binary1000010010011010110001111100100100101000101010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849A63; }

 p { color: rgb(132,154,99); }

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

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

 a { background-color: rgb(132,154,99); }

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

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

 span { border-color: rgb(132,154,99); }

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