Html Css Color HEX #829463 Highland

📋 copy color: '#829463'

red 130 ◦ green 148 ◦ blue 99

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

Shades of Highland #829463

Tints of Highland #829463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.26%

R = 34.48%
G = 39.26%
B = 26.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#829463 (or 0x829463) is known color: Highland. HEX triplet: 82, 94 and 63. RGB value is (130,148,99). Sum of RGB (Red+Green+Blue) = 130+148+99=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #829463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829463 is #7D6B9C. Grayscale: #898989. Windows color (decimal): -8219549 or 6526082. OLE color: 6526082.

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

Color convert

RGB 130 148 99 -
CMYK 0.12 0 0.33 0.42
HSL 82.04º 0.2% 0.48% -
HSV(B) 82.04º 0.33% 0.58% -
XYZ 22.05 26.83 15.82 -
YUV 137.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 130 148 99 0.12 0 0.33 0.42 82.04 0.2 0.48
Hex 82 94 63 C 0 21 2A 52 14 30
Octal 202 224 143 14 0 41 52 122 24 60
Binary 10000010 10010100 1100011 1100 0 100001 101010 1010010 10100 110000

Color Harmonies of #829463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829463

Black with #829463

Text Example


Text Example

White with #829463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829463; }

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

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

background-color css

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

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

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

border-color css

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

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

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