Html Css Color HEX #839463 Highland

📋 copy color: '#839463'

red 131 ◦ green 148 ◦ blue 99

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

Shades of Highland #839463

Tints of Highland #839463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 34.66%
G = 39.15%
B = 26.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#839463 (or 0x839463) is known color: Highland. HEX triplet: 83, 94 and 63. RGB value is (131,148,99). Sum of RGB (Red+Green+Blue) = 131+148+99=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #839463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839463 is #7C6B9C. Grayscale: #898989. Windows color (decimal): -8154013 or 6526083. OLE color: 6526083.

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

Color convert

RGB 131 148 99 -
CMYK 0.11 0 0.33 0.42
HSL 80.82º 0.2% 0.48% -
HSV(B) 80.82º 0.33% 0.58% -
XYZ 22.2 26.91 15.83 -
YUV 137.33 106.37 123.48 -
System Red Green Blue C M Y K H S L
Decimal 131 148 99 0.11 0 0.33 0.42 80.82 0.2 0.48
Hex 83 94 63 B 0 21 2A 51 14 30
Octal 203 224 143 13 0 41 52 121 24 60
Binary 10000011 10010100 1100011 1011 0 100001 101010 1010001 10100 110000

Color Harmonies of #839463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839463

Black with #839463

Text Example


Text Example

White with #839463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839463; }

 p { color: rgb(131,148,99); }

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

background-color css

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

 a { background-color: rgb(131,148,99); }

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

border-color css

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

 span { border-color: rgb(131,148,99); }

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