#849259

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

Shades of Highland #849259

Tints of Highland #849259

Color information

#849259 (or 0x849259) is unknown color: approx Highland. HEX triplet: 84, 92 and 59. RGB value is (132,146,89). Sum of RGB (Red+Green+Blue) = 132+146+89=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 89 (35.16% from 255 or 24.25% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #849259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849259 is #7B6DA6. Grayscale: #878787. Windows color (decimal): -8088999 or 5870212. OLE color: 5870212.

HSL color Cylindrical-coordinate representation of color #849259: hue angle of 74.74º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #849259 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB13214689-
CMYK0.1000.390.43
HSL74.74º24.26%46.08%-
HSV(B)74.74º39.04%57.25%-
XYZ21.626.1813.37-
YUV135.32101.86125.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 89 (35.16% from 255) = 24.25%
R=35.97%
G=39.78%
B=24.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146890.1000.390.4374.7424.2646.08
Hex849259A0272B4b182e
Octal20422213112047531133056
Binary1000010010010010101100110100100111101011100101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849259; }

 p { color: rgb(132,146,89); }

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

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

 a { background-color: rgb(132,146,89); }

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

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

 span { border-color: rgb(132,146,89); }

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