#829861

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

Shades of Highland #829861

Tints of Highland #829861

Color information

#829861 (or 0x829861) is unknown color: approx Highland. HEX triplet: 82, 98 and 61. RGB value is (130,152,97). Sum of RGB (Red+Green+Blue) = 130+152+97=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #829861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829861 is #7D679E. Grayscale: #8B8B8B. Windows color (decimal): -8218527 or 6396034. OLE color: 6396034.

HSL color Cylindrical-coordinate representation of color #829861: hue angle of 84º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829861 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB13015297-
CMYK0.1400.360.40
HSL84º22.09%48.82%-
HSV(B)84º36.18%59.61%-
XYZ22.5928.0715.54-
YUV139.15104.21121.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.30%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=34.30%
G=40.11%
B=25.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130152970.1400.360.408422.0948.82
Hex829861E02428541631
Octal20223014116044501242661
Binary1000001010011000110000111100100100101000101010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829861; }

 p { color: rgb(130,152,97); }

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

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

 a { background-color: rgb(130,152,97); }

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

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

 span { border-color: rgb(130,152,97); }

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