Html Css Color HEX #828E62 Highland

📋 copy color: '#828E62'

red 130 ◦ green 142 ◦ blue 98

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

Shades of Highland #828E62

Tints of Highland #828E62

RGB

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

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

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

R = 35.14%
G = 38.38%
B = 26.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#828E62 (or 0x828E62) is known color: Highland. HEX triplet: 82, 8E and 62. RGB value is (130,142,98). Sum of RGB (Red+Green+Blue) = 130+142+98=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #828E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E62 is #7D719D. Grayscale: #858585. Windows color (decimal): -8221086 or 6459010. OLE color: 6459010.

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

Color convert

RGB 130 142 98 -
CMYK 0.08 0 0.31 0.44
HSL 76.36º 0.18% 0.47% -
HSV(B) 76.36º 0.31% 0.56% -
XYZ 21.08 24.97 15.26 -
YUV 133.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 130 142 98 0.08 0 0.31 0.44 76.36 0.18 0.47
Hex 82 8E 62 8 0 1F 2C 4C 12 2F
Octal 202 216 142 10 0 37 54 114 22 57
Binary 10000010 10001110 1100010 1000 0 11111 101100 1001100 10010 101111

Color Harmonies of #828E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E62

Black with #828E62

Text Example


Text Example

White with #828E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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