Html Css Color HEX #829156 Highland

📋 copy color: '#829156'

red 130 ◦ green 145 ◦ blue 86

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

Shades of Highland #829156

Tints of Highland #829156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 36.01%
G = 40.17%
B = 23.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#829156 (or 0x829156) is known color: Highland. HEX triplet: 82, 91 and 56. RGB value is (130,145,86). Sum of RGB (Red+Green+Blue) = 130+145+86=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #829156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829156 is #7D6EA9. Grayscale: #868686. Windows color (decimal): -8220330 or 5673346. OLE color: 5673346.

HSL color Cylindrical-coordinate representation of color #829156: hue angle of 75.25º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829156 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 86 -
CMYK 0.10 0 0.41 0.43
HSL 75.25º 0.26% 0.45% -
HSV(B) 75.25º 0.41% 0.57% -
XYZ 21.01 25.67 12.65 -
YUV 133.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 130 145 86 0.10 0 0.41 0.43 75.25 0.26 0.45
Hex 82 91 56 A 0 29 2B 4B 1A 2D
Octal 202 221 126 12 0 51 53 113 32 55
Binary 10000010 10010001 1010110 1010 0 101001 101011 1001011 11010 101101

Color Harmonies of #829156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829156

Black with #829156

Text Example


Text Example

White with #829156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829156; }

 p { color: rgb(130,145,86); }

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

background-color css

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

 a { background-color: rgb(130,145,86); }

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

border-color css

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

 span { border-color: rgb(130,145,86); }

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