Html Css Color HEX #829759 Highland

📋 copy color: '#829759'

red 130 ◦ green 151 ◦ blue 89

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

Shades of Highland #829759

Tints of Highland #829759

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 35.14%
G = 40.81%
B = 24.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#829759 (or 0x829759) is known color: Highland. HEX triplet: 82, 97 and 59. RGB value is (130,151,89). Sum of RGB (Red+Green+Blue) = 130+151+89=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #829759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829759 is #7D68A6. Grayscale: #898989. Windows color (decimal): -8218791 or 5871490. OLE color: 5871490.

HSL color Cylindrical-coordinate representation of color #829759: hue angle of 80.32º 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 #829759 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 89 -
CMYK 0.14 0 0.41 0.41
HSL 80.32º 0.26% 0.47% -
HSV(B) 80.32º 0.41% 0.59% -
XYZ 22.08 27.6 13.62 -
YUV 137.65 100.54 122.54 -
System Red Green Blue C M Y K H S L
Decimal 130 151 89 0.14 0 0.41 0.41 80.32 0.26 0.47
Hex 82 97 59 E 0 29 29 50 1A 2F
Octal 202 227 131 16 0 51 51 120 32 57
Binary 10000010 10010111 1011001 1110 0 101001 101001 1010000 11010 101111

Color Harmonies of #829759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829759

Black with #829759

Text Example


Text Example

White with #829759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829759; }

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

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

background-color css

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

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

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

border-color css

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

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

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