Html Css Color HEX #839355 Highland

📋 copy color: '#839355'

red 131 ◦ green 147 ◦ blue 85

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

Shades of Highland #839355

Tints of Highland #839355

RGB

 RED value IS 131 (51.56% from 255) = 36.09%

 GREEN value IS 147 (57.81% from 255) = 40.5%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 36.09%
G = 40.5%
B = 23.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#839355 (or 0x839355) is known color: Highland. HEX triplet: 83, 93 and 55. RGB value is (131,147,85). Sum of RGB (Red+Green+Blue) = 131+147+85=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #839355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839355 is #7C6CAA. Grayscale: #878787. Windows color (decimal): -8154283 or 5608323. OLE color: 5608323.

HSL color Cylindrical-coordinate representation of color #839355: hue angle of 75.48º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839355 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 147 85 -
CMYK 0.11 0 0.42 0.42
HSL 75.48º 0.27% 0.45% -
HSV(B) 75.48º 0.42% 0.58% -
XYZ 21.43 26.35 12.55 -
YUV 135.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 131 147 85 0.11 0 0.42 0.42 75.48 0.27 0.45
Hex 83 93 55 B 0 2A 2A 4B 1B 2D
Octal 203 223 125 13 0 52 52 113 33 55
Binary 10000011 10010011 1010101 1011 0 101010 101010 1001011 11011 101101

Color Harmonies of #839355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839355

Black with #839355

Text Example


Text Example

White with #839355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839355; }

 p { color: rgb(131,147,85); }

 H1.HeaderClassName
 {
   color: #839355;
 }
 .AnyTagClassName
 {
   color: #839355;
 }
</style>

background-color css

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

 a { background-color: rgb(131,147,85); }

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

border-color css

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

 span { border-color: rgb(131,147,85); }

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