#849B61

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

Shades of Highland #849B61

Tints of Highland #849B61

Color information

#849B61 (or 0x849B61) is unknown color: approx Highland. HEX triplet: 84, 9B and 61. RGB value is (132,155,97). Sum of RGB (Red+Green+Blue) = 132+155+97=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #849B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B61 is #7B649E. Grayscale: #8D8D8D. Windows color (decimal): -8086687 or 6396804. OLE color: 6396804.

HSL color Cylindrical-coordinate representation of color #849B61: hue angle of 83.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #849B61 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB13215597-
CMYK0.1500.370.39
HSL83.79º23.02%49.41%-
HSV(B)83.79º37.42%60.78%-
XYZ23.3929.2115.71-
YUV141.51102.88121.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 97 (38.28% from 255) = 25.26%
R=34.38%
G=40.36%
B=25.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155970.1500.370.3983.7923.0249.41
Hex849B61F02527541731
Octal20423314117045471242761
Binary1000010010011011110000111110100101100111101010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849B61; }

 p { color: rgb(132,155,97); }

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

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

 a { background-color: rgb(132,155,97); }

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

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

 span { border-color: rgb(132,155,97); }

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