#839254

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

Shades of Highland #839254

Tints of Highland #839254

Color information

#839254 (or 0x839254) is unknown color: approx Highland. HEX triplet: 83, 92 and 54. RGB value is (131,146,84). Sum of RGB (Red+Green+Blue) = 131+146+84=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #839254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839254 is #7C6DAB. Grayscale: #868686. Windows color (decimal): -8154540 or 5542531. OLE color: 5542531.

HSL color Cylindrical-coordinate representation of color #839254: hue angle of 74.52º degrees, saturation: 0.27, 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 #839254 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB13114684-
CMYK0.1000.420.43
HSL74.52º26.96%45.1%-
HSV(B)74.52º42.47%57.25%-
XYZ21.2426.0212.29-
YUV134.4599.53125.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 84 (33.20% from 255) = 23.27%
R=36.29%
G=40.44%
B=23.27%

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
Decimal131146840.1000.420.4374.5226.9645.1
Hex839254A02A2B4b1b2d
Octal20322212412052531133355
Binary1000001110010010101010010100101010101011100101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839254; }

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

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

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

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

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

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

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

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