#849255

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

Shades of Highland #849255

Tints of Highland #849255

Color information

#849255 (or 0x849255) is unknown color: approx Highland. HEX triplet: 84, 92 and 55. RGB value is (132,146,85). Sum of RGB (Red+Green+Blue) = 132+146+85=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #849255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849255 is #7B6DAA. Grayscale: #878787. Windows color (decimal): -8089003 or 5608068. OLE color: 5608068.

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

Color convert

RGB13214685-
CMYK0.1000.420.43
HSL73.77º26.41%45.29%-
HSV(B)73.77º41.78%57.25%-
XYZ21.4326.1212.51-
YUV134.8699.86125.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.36%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=36.36%
G=40.22%
B=23.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132146850.1000.420.4373.7726.4145.29
Hex849255A02A2B4a1a2d
Octal20422212512052531123255
Binary1000010010010010101010110100101010101011100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849255; }

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

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

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

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

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

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

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

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