Html Css Color HEX #829C61 Highland

📋 copy color: '#829C61'

red 130 ◦ green 156 ◦ blue 97

#829C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #829C61

Tints of Highland #829C61

RGB

 RED value IS 130 (51.17% from 255) = 33.94%

 GREEN value IS 156 (61.33% from 255) = 40.73%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 33.94%
G = 40.73%
B = 25.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#829C61 (or 0x829C61) is known color: Highland. HEX triplet: 82, 9C and 61. RGB value is (130,156,97). Sum of RGB (Red+Green+Blue) = 130+156+97=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #829C61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C61 is #7D639E. Grayscale: #8D8D8D. Windows color (decimal): -8217503 or 6397058. OLE color: 6397058.

HSL color Cylindrical-coordinate representation of color #829C61: hue angle of 86.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829C61 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 97 -
CMYK 0.17 0 0.38 0.39
HSL 86.44º 0.23% 0.5% -
HSV(B) 86.44º 0.38% 0.61% -
XYZ 23.25 29.39 15.76 -
YUV 141.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 130 156 97 0.17 0 0.38 0.39 86.44 0.23 0.5
Hex 82 9C 61 11 0 26 27 56 17 32
Octal 202 234 141 21 0 46 47 126 27 62
Binary 10000010 10011100 1100001 10001 0 100110 100111 1010110 10111 110010

Color Harmonies of #829C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C61

Black with #829C61

Text Example


Text Example

White with #829C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #829C61;
 }
 .AnyTagClassName
 {
   color: #829C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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