Html Css Color HEX #849259 Highland

📋 copy color: '#849259'

red 132 ◦ green 146 ◦ blue 89

#849259
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #849259

Tints of Highland #849259

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 value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#849259 (or 0x849259) is known color: 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

RGB 132 146 89 -
CMYK 0.10 0 0.39 0.43
HSL 74.74º 0.24% 0.46% -
HSV(B) 74.74º 0.39% 0.57% -
XYZ 21.6 26.18 13.37 -
YUV 135.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 132 146 89 0.10 0 0.39 0.43 74.74 0.24 0.46
Hex 84 92 59 A 0 27 2B 4B 18 2E
Octal 204 222 131 12 0 47 53 113 30 56
Binary 10000100 10010010 1011001 1010 0 100111 101011 1001011 11000 101110

Color Harmonies of #849259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849259

Black with #849259

Text Example


Text Example

White with #849259

Text Example


Text Example

HTML Codes & Css Web 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>