#839462

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

Shades of Highland #839462

Tints of Highland #839462

Color information

#839462 (or 0x839462) is unknown color: approx Highland. HEX triplet: 83, 94 and 62. RGB value is (131,148,98). Sum of RGB (Red+Green+Blue) = 131+148+98=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #839462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839462 is #7C6B9D. Grayscale: #898989. Windows color (decimal): -8154014 or 6460547. OLE color: 6460547.

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

Color convert

RGB13114898-
CMYK0.1100.340.42
HSL80.4º20.33%48.24%-
HSV(B)80.4º33.78%58.04%-
XYZ22.1526.8915.58-
YUV137.22105.87123.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.75%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=34.75%
G=39.26%
B=25.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal131148980.1100.340.4280.420.3348.24
Hex839462B0222A501430
Octal20322414213042521202460
Binary1000001110010100110001010110100010101010101000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839462; }

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

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

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

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

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

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

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

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