Html Css Color HEX #828E61 Highland

📋 copy color: '#828E61'

red 130 ◦ green 142 ◦ blue 97

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

Shades of Highland #828E61

Tints of Highland #828E61

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 97 (38.28% from 255) = 26.29%

R = 35.23%
G = 38.48%
B = 26.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#828E61 (or 0x828E61) is known color: Highland. HEX triplet: 82, 8E and 61. RGB value is (130,142,97). Sum of RGB (Red+Green+Blue) = 130+142+97=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #828E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E61 is #7D719E. Grayscale: #858585. Windows color (decimal): -8221087 or 6393474. OLE color: 6393474.

HSL color Cylindrical-coordinate representation of color #828E61: hue angle of 76º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828E61 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 97 -
CMYK 0.08 0 0.32 0.44
HSL 76º 0.19% 0.47% -
HSV(B) 76º 0.32% 0.56% -
XYZ 21.04 24.95 15.02 -
YUV 133.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 130 142 97 0.08 0 0.32 0.44 76 0.19 0.47
Hex 82 8E 61 8 0 20 2C 4C 13 2F
Octal 202 216 141 10 0 40 54 114 23 57
Binary 10000010 10001110 1100001 1000 0 100000 101100 1001100 10011 101111

Color Harmonies of #828E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E61

Black with #828E61

Text Example


Text Example

White with #828E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828E61; }

 p { color: rgb(130,142,97); }

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

background-color css

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

 a { background-color: rgb(130,142,97); }

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

border-color css

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

 span { border-color: rgb(130,142,97); }

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