#829B6C

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

Shades of Highland #829B6C

Tints of Highland #829B6C

Color information

#829B6C (or 0x829B6C) is unknown color: approx Highland. HEX triplet: 82, 9B and 6C. RGB value is (130,155,108). Sum of RGB (Red+Green+Blue) = 130+155+108=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #829B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B6C is #7D6493. Grayscale: #8E8E8E. Windows color (decimal): -8217748 or 7117698. OLE color: 7117698.

HSL color Cylindrical-coordinate representation of color #829B6C: hue angle of 91.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829B6C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB130155108-
CMYK0.1600.300.39
HSL91.91º19.03%51.57%-
HSV(B)91.91º30.32%60.78%-
XYZ23.6329.2718.59-
YUV142.17108.72119.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=33.08%
G=39.44%
B=27.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301551080.1600.300.3991.9119.0351.57
Hex829B6C1001E275c1334
Octal20223315420036471342364
Binary1000001010011011110110010000011110100111101110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829B6C; }

 p { color: rgb(130,155,108); }

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

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

 a { background-color: rgb(130,155,108); }

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

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

 span { border-color: rgb(130,155,108); }

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