#849360

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

Shades of Highland #849360

Tints of Highland #849360

Color information

#849360 (or 0x849360) is unknown color: approx Highland. HEX triplet: 84, 93 and 60. RGB value is (132,147,96). Sum of RGB (Red+Green+Blue) = 132+147+96=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #849360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849360 is #7B6C9F. Grayscale: #888888. Windows color (decimal): -8088736 or 6329220. OLE color: 6329220.

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

Color convert

RGB13214796-
CMYK0.1000.350.42
HSL77.65º20.99%47.65%-
HSV(B)77.65º34.69%57.65%-
XYZ22.0626.6215.04-
YUV136.7105.03124.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=35.2%
G=39.2%
B=25.6%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147960.1000.350.4277.6520.9947.65
Hex849360A0232A4e1530
Octal20422314012043521162560
Binary1000010010010011110000010100100011101010100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849360; }

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

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

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

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

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

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

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

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