#839266

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

Shades of Highland #839266

Tints of Highland #839266

Color information

#839266 (or 0x839266) is unknown color: approx Highland. HEX triplet: 83, 92 and 66. RGB value is (131,146,102). Sum of RGB (Red+Green+Blue) = 131+146+102=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #839266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839266 is #7C6D99. Grayscale: #888888. Windows color (decimal): -8154522 or 6722179. OLE color: 6722179.

HSL color Cylindrical-coordinate representation of color #839266: hue angle of 80.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #839266 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB131146102-
CMYK0.1000.300.43
HSL80.45º17.74%48.63%-
HSV(B)80.45º30.14%57.25%-
XYZ22.0426.3416.49-
YUV136.5108.53124.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=34.56%
G=38.52%
B=26.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311461020.1000.300.4380.4517.7448.63
Hex839266A01E2B501231
Octal20322214612036531202261
Binary100000111001001011001101010011110101011101000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839266; }

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

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

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

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

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

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

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

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