Html Css Color HEX #829B62 Highland

📋 copy color: '#829B62'

red 130 ◦ green 155 ◦ blue 98

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

Shades of Highland #829B62

Tints of Highland #829B62

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

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

R = 33.94%
G = 40.47%
B = 25.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#829B62 (or 0x829B62) is known color: Highland. HEX triplet: 82, 9B and 62. RGB value is (130,155,98). Sum of RGB (Red+Green+Blue) = 130+155+98=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #829B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B62 is #7D649D. Grayscale: #8D8D8D. Windows color (decimal): -8217758 or 6462338. OLE color: 6462338.

HSL color Cylindrical-coordinate representation of color #829B62: hue angle of 86.32º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829B62 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 98 -
CMYK 0.16 0 0.37 0.39
HSL 86.32º 0.23% 0.5% -
HSV(B) 86.32º 0.37% 0.61% -
XYZ 23.13 29.07 15.95 -
YUV 141.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 130 155 98 0.16 0 0.37 0.39 86.32 0.23 0.5
Hex 82 9B 62 10 0 25 27 56 17 32
Octal 202 233 142 20 0 45 47 126 27 62
Binary 10000010 10011011 1100010 10000 0 100101 100111 1010110 10111 110010

Color Harmonies of #829B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B62

Black with #829B62

Text Example


Text Example

White with #829B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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