Html Css Color HEX #829659 Highland

📋 copy color: '#829659'

red 130 ◦ green 150 ◦ blue 89

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

Shades of Highland #829659

Tints of Highland #829659

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 35.23%
G = 40.65%
B = 24.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#829659 (or 0x829659) is known color: Highland. HEX triplet: 82, 96 and 59. RGB value is (130,150,89). Sum of RGB (Red+Green+Blue) = 130+150+89=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #829659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829659 is #7D69A6. Grayscale: #898989. Windows color (decimal): -8219047 or 5871234. OLE color: 5871234.

HSL color Cylindrical-coordinate representation of color #829659: hue angle of 79.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829659 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 89 -
CMYK 0.13 0 0.41 0.41
HSL 79.67º 0.26% 0.47% -
HSV(B) 79.67º 0.41% 0.59% -
XYZ 21.92 27.28 13.56 -
YUV 137.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 130 150 89 0.13 0 0.41 0.41 79.67 0.26 0.47
Hex 82 96 59 D 0 29 29 50 1A 2F
Octal 202 226 131 15 0 51 51 120 32 57
Binary 10000010 10010110 1011001 1101 0 101001 101001 1010000 11010 101111

Color Harmonies of #829659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829659

Black with #829659

Text Example


Text Example

White with #829659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829659; }

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

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

background-color css

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

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

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

border-color css

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

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

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