Html Css Color HEX #829762 Highland

📋 copy color: '#829762'

red 130 ◦ green 151 ◦ blue 98

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

Shades of Highland #829762

Tints of Highland #829762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.86%

R = 34.3%
G = 39.84%
B = 25.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#829762 (or 0x829762) is known color: Highland. HEX triplet: 82, 97 and 62. RGB value is (130,151,98). Sum of RGB (Red+Green+Blue) = 130+151+98=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #829762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829762 is #7D689D. Grayscale: #8A8A8A. Windows color (decimal): -8218782 or 6461314. OLE color: 6461314.

HSL color Cylindrical-coordinate representation of color #829762: hue angle of 83.77º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829762 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 98 -
CMYK 0.14 0 0.35 0.41
HSL 83.77º 0.21% 0.49% -
HSV(B) 83.77º 0.35% 0.59% -
XYZ 22.48 27.76 15.73 -
YUV 138.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 130 151 98 0.14 0 0.35 0.41 83.77 0.21 0.49
Hex 82 97 62 E 0 23 29 54 15 31
Octal 202 227 142 16 0 43 51 124 25 61
Binary 10000010 10010111 1100010 1110 0 100011 101001 1010100 10101 110001

Color Harmonies of #829762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829762

Black with #829762

Text Example


Text Example

White with #829762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829762; }

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

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

background-color css

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

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

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

border-color css

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

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

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