Html Css Color HEX #829554 Highland

📋 copy color: '#829554'

red 130 ◦ green 149 ◦ blue 84

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

Shades of Highland #829554

Tints of Highland #829554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 35.81%
G = 41.05%
B = 23.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#829554 (or 0x829554) is known color: Highland. HEX triplet: 82, 95 and 54. RGB value is (130,149,84). Sum of RGB (Red+Green+Blue) = 130+149+84=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #829554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829554 is #7D6AAB. Grayscale: #888888. Windows color (decimal): -8219308 or 5543298. OLE color: 5543298.

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

Color convert

RGB 130 149 84 -
CMYK 0.13 0 0.44 0.42
HSL 77.54º 0.28% 0.46% -
HSV(B) 77.54º 0.44% 0.58% -
XYZ 21.55 26.88 12.44 -
YUV 135.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 130 149 84 0.13 0 0.44 0.42 77.54 0.28 0.46
Hex 82 95 54 D 0 2C 2A 4E 1C 2E
Octal 202 225 124 15 0 54 52 116 34 56
Binary 10000010 10010101 1010100 1101 0 101100 101010 1001110 11100 101110

Color Harmonies of #829554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829554

Black with #829554

Text Example


Text Example

White with #829554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829554; }

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

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

background-color css

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

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

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

border-color css

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

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

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