Html Css Color HEX #829259 Highland

📋 copy color: '#829259'

red 130 ◦ green 146 ◦ blue 89

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

Shades of Highland #829259

Tints of Highland #829259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 35.62%
G = 40%
B = 24.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#829259 (or 0x829259) is known color: Highland. HEX triplet: 82, 92 and 59. RGB value is (130,146,89). Sum of RGB (Red+Green+Blue) = 130+146+89=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #829259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829259 is #7D6DA6. Grayscale: #868686. Windows color (decimal): -8220071 or 5870210. OLE color: 5870210.

HSL color Cylindrical-coordinate representation of color #829259: hue angle of 76.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829259 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 89 -
CMYK 0.11 0 0.39 0.43
HSL 76.84º 0.24% 0.46% -
HSV(B) 76.84º 0.39% 0.57% -
XYZ 21.29 26.02 13.35 -
YUV 134.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 130 146 89 0.11 0 0.39 0.43 76.84 0.24 0.46
Hex 82 92 59 B 0 27 2B 4D 18 2E
Octal 202 222 131 13 0 47 53 115 30 56
Binary 10000010 10010010 1011001 1011 0 100111 101011 1001101 11000 101110

Color Harmonies of #829259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829259

Black with #829259

Text Example


Text Example

White with #829259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829259; }

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

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

background-color css

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

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

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

border-color css

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

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

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