#849960

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

Shades of Highland #849960

Tints of Highland #849960

Color information

#849960 (or 0x849960) is unknown color: approx Highland. HEX triplet: 84, 99 and 60. RGB value is (132,153,96). Sum of RGB (Red+Green+Blue) = 132+153+96=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #849960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849960 is #7B669F. Grayscale: #8C8C8C. Windows color (decimal): -8087200 or 6330756. OLE color: 6330756.

HSL color Cylindrical-coordinate representation of color #849960: hue angle of 82.11º 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 #849960 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB13215396-
CMYK0.1400.370.4
HSL82.11º22.89%48.82%-
HSV(B)82.11º37.25%60%-
XYZ23.0228.5315.36-
YUV140.22103.04122.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.65%
GREEN value IS 153 (60.16% from 255) = 40.16%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=34.65%
G=40.16%
B=25.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153960.1400.370.482.1122.8948.82
Hex849960E02528521731
Octal20423114016045501222761
Binary1000010010011001110000011100100101101000101001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849960; }

 p { color: rgb(132,153,96); }

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

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

 a { background-color: rgb(132,153,96); }

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

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

 span { border-color: rgb(132,153,96); }

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