Html Css Color HEX #829A65 Highland

📋 copy color: '#829A65'

red 130 ◦ green 154 ◦ blue 101

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

Shades of Highland #829A65

Tints of Highland #829A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.23%

R = 33.77%
G = 40%
B = 26.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#829A65 (or 0x829A65) is known color: Highland. HEX triplet: 82, 9A and 65. RGB value is (130,154,101). Sum of RGB (Red+Green+Blue) = 130+154+101=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #829A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A65 is #7D659A. Grayscale: #8C8C8C. Windows color (decimal): -8218011 or 6658690. OLE color: 6658690.

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

Color convert

RGB 130 154 101 -
CMYK 0.16 0 0.34 0.40
HSL 87.17º 0.21% 0.5% -
HSV(B) 87.17º 0.34% 0.6% -
XYZ 23.11 28.8 16.65 -
YUV 140.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 130 154 101 0.16 0 0.34 0.40 87.17 0.21 0.5
Hex 82 9A 65 10 0 22 28 57 15 32
Octal 202 232 145 20 0 42 50 127 25 62
Binary 10000010 10011010 1100101 10000 0 100010 101000 1010111 10101 110010

Color Harmonies of #829A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A65

Black with #829A65

Text Example


Text Example

White with #829A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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