Html Css Color HEX #829868 Highland

📋 copy color: '#829868'

red 130 ◦ green 152 ◦ blue 104

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

Shades of Highland #829868

Tints of Highland #829868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 33.68%
G = 39.38%
B = 26.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#829868 (or 0x829868) is known color: Highland. HEX triplet: 82, 98 and 68. RGB value is (130,152,104). Sum of RGB (Red+Green+Blue) = 130+152+104=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #829868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829868 is #7D6797. Grayscale: #8C8C8C. Windows color (decimal): -8218520 or 6854786. OLE color: 6854786.

HSL color Cylindrical-coordinate representation of color #829868: hue angle of 87.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829868 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 104 -
CMYK 0.14 0 0.32 0.40
HSL 87.5º 0.19% 0.5% -
HSV(B) 87.5º 0.32% 0.6% -
XYZ 22.93 28.2 17.33 -
YUV 139.95 107.71 120.9 -
System Red Green Blue C M Y K H S L
Decimal 130 152 104 0.14 0 0.32 0.40 87.5 0.19 0.5
Hex 82 98 68 E 0 20 28 57 13 32
Octal 202 230 150 16 0 40 50 127 23 62
Binary 10000010 10011000 1101000 1110 0 100000 101000 1010111 10011 110010

Color Harmonies of #829868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829868

Black with #829868

Text Example


Text Example

White with #829868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829868; }

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

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

background-color css

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

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

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

border-color css

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

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

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