Html Css Color HEX #829570 Highland

📋 copy color: '#829570'

red 130 ◦ green 149 ◦ blue 112

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

Shades of Highland #829570

Tints of Highland #829570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 33.25%
G = 38.11%
B = 28.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#829570 (or 0x829570) is known color: Highland. HEX triplet: 82, 95 and 70. RGB value is (130,149,112). Sum of RGB (Red+Green+Blue) = 130+149+112=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #829570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829570 is #7D6A8F. Grayscale: #8B8B8B. Windows color (decimal): -8219280 or 7378306. OLE color: 7378306.

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

Color convert

RGB 130 149 112 -
CMYK 0.13 0 0.25 0.42
HSL 90.81º 0.15% 0.51% -
HSV(B) 90.81º 0.25% 0.58% -
XYZ 22.88 27.41 19.41 -
YUV 139.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 130 149 112 0.13 0 0.25 0.42 90.81 0.15 0.51
Hex 82 95 70 D 0 19 2A 5B F 33
Octal 202 225 160 15 0 31 52 133 17 63
Binary 10000010 10010101 1110000 1101 0 11001 101010 1011011 1111 110011

Color Harmonies of #829570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829570

Black with #829570

Text Example


Text Example

White with #829570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829570; }

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

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

background-color css

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

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

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

border-color css

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

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

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