Html Css Color HEX #829470 Highland

📋 copy color: '#829470'

red 130 ◦ green 148 ◦ blue 112

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

Shades of Highland #829470

Tints of Highland #829470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 33.33%
G = 37.95%
B = 28.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#829470 (or 0x829470) is known color: Highland. HEX triplet: 82, 94 and 70. RGB value is (130,148,112). Sum of RGB (Red+Green+Blue) = 130+148+112=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #829470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829470 is #7D6B8F. Grayscale: #8A8A8A. Windows color (decimal): -8219536 or 7378050. OLE color: 7378050.

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

Color convert

RGB 130 148 112 -
CMYK 0.12 0 0.24 0.42
HSL 90º 0.14% 0.51% -
HSV(B) 90º 0.24% 0.58% -
XYZ 22.72 27.1 19.36 -
YUV 138.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 130 148 112 0.12 0 0.24 0.42 90 0.14 0.51
Hex 82 94 70 C 0 18 2A 5A E 33
Octal 202 224 160 14 0 30 52 132 16 63
Binary 10000010 10010100 1110000 1100 0 11000 101010 1011010 1110 110011

Color Harmonies of #829470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829470

Black with #829470

Text Example


Text Example

White with #829470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829470; }

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

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

background-color css

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

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

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

border-color css

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

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

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