Html Css Color HEX #829963 Highland

📋 copy color: '#829963'

red 130 ◦ green 153 ◦ blue 99

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

Shades of Highland #829963

Tints of Highland #829963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

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

R = 34.03%
G = 40.05%
B = 25.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#829963 (or 0x829963) is known color: Highland. HEX triplet: 82, 99 and 63. RGB value is (130,153,99). Sum of RGB (Red+Green+Blue) = 130+153+99=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #829963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829963 is #7D669C. Grayscale: #8C8C8C. Windows color (decimal): -8218269 or 6527362. OLE color: 6527362.

HSL color Cylindrical-coordinate representation of color #829963: hue angle of 85.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #829963 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 99 -
CMYK 0.15 0 0.35 0.4
HSL 85.56º 0.21% 0.49% -
HSV(B) 85.56º 0.35% 0.6% -
XYZ 22.85 28.43 16.09 -
YUV 139.97 104.88 120.89 -
System Red Green Blue C M Y K H S L
Decimal 130 153 99 0.15 0 0.35 0.4 85.56 0.21 0.49
Hex 82 99 63 F 0 23 28 56 15 31
Octal 202 231 143 17 0 43 50 126 25 61
Binary 10000010 10011001 1100011 1111 0 100011 101000 1010110 10101 110001

Color Harmonies of #829963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829963

Black with #829963

Text Example


Text Example

White with #829963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829963; }

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

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

background-color css

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

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

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

border-color css

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

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

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