Html Css Color HEX #829863 Highland

📋 copy color: '#829863'

red 130 ◦ green 152 ◦ blue 99

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

Shades of Highland #829863

Tints of Highland #829863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.9%

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

R = 34.12%
G = 39.9%
B = 25.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#829863 (or 0x829863) is known color: Highland. HEX triplet: 82, 98 and 63. RGB value is (130,152,99). Sum of RGB (Red+Green+Blue) = 130+152+99=381 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.12% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #829863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829863 is #7D679C. Grayscale: #8B8B8B. Windows color (decimal): -8218525 or 6527106. OLE color: 6527106.

HSL color Cylindrical-coordinate representation of color #829863: hue angle of 84.91º 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 #829863 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 99 -
CMYK 0.14 0 0.35 0.40
HSL 84.91º 0.21% 0.49% -
HSV(B) 84.91º 0.35% 0.6% -
XYZ 22.69 28.1 16.03 -
YUV 139.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 130 152 99 0.14 0 0.35 0.40 84.91 0.21 0.49
Hex 82 98 63 E 0 23 28 55 15 31
Octal 202 230 143 16 0 43 50 125 25 61
Binary 10000010 10011000 1100011 1110 0 100011 101000 1010101 10101 110001

Color Harmonies of #829863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829863

Black with #829863

Text Example


Text Example

White with #829863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829863; }

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

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

background-color css

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

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

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

border-color css

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

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

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