Html Css Color HEX #829555 Highland

📋 copy color: '#829555'

red 130 ◦ green 149 ◦ blue 85

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

Shades of Highland #829555

Tints of Highland #829555

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 85 (33.59% from 255) = 23.35%

R = 35.71%
G = 40.93%
B = 23.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#829555 (or 0x829555) is known color: Highland. HEX triplet: 82, 95 and 55. RGB value is (130,149,85). Sum of RGB (Red+Green+Blue) = 130+149+85=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #829555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829555 is #7D6AAA. Grayscale: #888888. Windows color (decimal): -8219307 or 5608834. OLE color: 5608834.

HSL color Cylindrical-coordinate representation of color #829555: hue angle of 77.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #829555 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 85 -
CMYK 0.13 0 0.43 0.42
HSL 77.81º 0.27% 0.46% -
HSV(B) 77.81º 0.43% 0.58% -
XYZ 21.59 26.9 12.65 -
YUV 136.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 130 149 85 0.13 0 0.43 0.42 77.81 0.27 0.46
Hex 82 95 55 D 0 2B 2A 4E 1B 2E
Octal 202 225 125 15 0 53 52 116 33 56
Binary 10000010 10010101 1010101 1101 0 101011 101010 1001110 11011 101110

Color Harmonies of #829555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829555

Black with #829555

Text Example


Text Example

White with #829555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829555; }

 p { color: rgb(130,149,85); }

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

background-color css

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

 a { background-color: rgb(130,149,85); }

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

border-color css

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

 span { border-color: rgb(130,149,85); }

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