Html Css Color HEX #829A60 Highland

📋 copy color: '#829A60'

red 130 ◦ green 154 ◦ blue 96

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

Shades of Highland #829A60

Tints of Highland #829A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

 BLUE value IS 96 (37.89% from 255) = 25.26%

R = 34.21%
G = 40.53%
B = 25.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#829A60 (or 0x829A60) is known color: Highland. HEX triplet: 82, 9A and 60. RGB value is (130,154,96). Sum of RGB (Red+Green+Blue) = 130+154+96=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 154 - color contains mainly: green. Hex color #829A60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A60 is #7D659F. Grayscale: #8C8C8C. Windows color (decimal): -8218016 or 6331010. OLE color: 6331010.

HSL color Cylindrical-coordinate representation of color #829A60: hue angle of 84.83º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829A60 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 154 96 -
CMYK 0.16 0 0.38 0.40
HSL 84.83º 0.23% 0.49% -
HSV(B) 84.83º 0.38% 0.6% -
XYZ 22.87 28.7 15.4 -
YUV 140.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 130 154 96 0.16 0 0.38 0.40 84.83 0.23 0.49
Hex 82 9A 60 10 0 26 28 55 17 31
Octal 202 232 140 20 0 46 50 125 27 61
Binary 10000010 10011010 1100000 10000 0 100110 101000 1010101 10111 110001

Color Harmonies of #829A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A60

Black with #829A60

Text Example


Text Example

White with #829A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,154,96); }

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

background-color css

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

 a { background-color: rgb(130,154,96); }

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

border-color css

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

 span { border-color: rgb(130,154,96); }

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