Html Css Color HEX #829059 Highland

📋 copy color: '#829059'

red 130 ◦ green 144 ◦ blue 89

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

Shades of Highland #829059

Tints of Highland #829059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

 BLUE value IS 89 (35.16% from 255) = 24.52%

R = 35.81%
G = 39.67%
B = 24.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#829059 (or 0x829059) is known color: Highland. HEX triplet: 82, 90 and 59. RGB value is (130,144,89). Sum of RGB (Red+Green+Blue) = 130+144+89=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 144 - color contains mainly: green. Hex color #829059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829059 is #7D6FA6. Grayscale: #858585. Windows color (decimal): -8220583 or 5869698. OLE color: 5869698.

HSL color Cylindrical-coordinate representation of color #829059: hue angle of 75.27º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829059 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 89 -
CMYK 0.10 0 0.38 0.44
HSL 75.27º 0.24% 0.46% -
HSV(B) 75.27º 0.38% 0.56% -
XYZ 20.98 25.41 13.25 -
YUV 133.54 102.86 125.47 -
System Red Green Blue C M Y K H S L
Decimal 130 144 89 0.10 0 0.38 0.44 75.27 0.24 0.46
Hex 82 90 59 A 0 26 2C 4B 18 2E
Octal 202 220 131 12 0 46 54 113 30 56
Binary 10000010 10010000 1011001 1010 0 100110 101100 1001011 11000 101110

Color Harmonies of #829059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829059

Black with #829059

Text Example


Text Example

White with #829059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829059; }

 p { color: rgb(130,144,89); }

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

background-color css

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

 a { background-color: rgb(130,144,89); }

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

border-color css

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

 span { border-color: rgb(130,144,89); }

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