#849258

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

Shades of Highland #849258

Tints of Highland #849258

Color information

#849258 (or 0x849258) is unknown color: approx Highland. HEX triplet: 84, 92 and 58. RGB value is (132,146,88). Sum of RGB (Red+Green+Blue) = 132+146+88=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #849258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849258 is #7B6DA7. Grayscale: #878787. Windows color (decimal): -8089000 or 5804676. OLE color: 5804676.

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

Color convert

RGB13214688-
CMYK0.1000.400.43
HSL74.48º24.79%45.88%-
HSV(B)74.48º39.73%57.25%-
XYZ21.5626.1713.15-
YUV135.2101.36125.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 88 (34.77% from 255) = 24.04%
R=36.07%
G=39.89%
B=24.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146880.1000.400.4374.4824.7945.88
Hex849258A0282B4a192e
Octal20422213012050531123156
Binary1000010010010010101100010100101000101011100101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849258; }

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

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

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

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

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

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

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

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