#839255

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

Shades of Highland #839255

Tints of Highland #839255

Color information

#839255 (or 0x839255) is unknown color: approx Highland. HEX triplet: 83, 92 and 55. RGB value is (131,146,85). Sum of RGB (Red+Green+Blue) = 131+146+85=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #839255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839255 is #7C6DAA. Grayscale: #868686. Windows color (decimal): -8154539 or 5608067. OLE color: 5608067.

HSL color Cylindrical-coordinate representation of color #839255: hue angle of 74.75º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #839255 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB13114685-
CMYK0.1000.420.43
HSL74.75º26.41%45.29%-
HSV(B)74.75º41.78%57.25%-
XYZ21.2826.0412.5-
YUV134.56100.03125.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.19%
GREEN value IS 146 (57.42% from 255) = 40.33%
BLUE value IS 85 (33.59% from 255) = 23.48%
R=36.19%
G=40.33%
B=23.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131146850.1000.420.4374.7526.4145.29
Hex839255A02A2B4b1a2d
Octal20322212512052531133255
Binary1000001110010010101010110100101010101011100101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839255; }

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

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

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

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

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

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

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

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