#829869

Color #829869 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #829869

Tints of Highland #829869

Color information

#829869 (or 0x829869) is unknown color: approx Highland. HEX triplet: 82, 98 and 69. RGB value is (130,152,105). Sum of RGB (Red+Green+Blue) = 130+152+105=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #829869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829869 is #7D6796. Grayscale: #8C8C8C. Windows color (decimal): -8218519 or 6920322. OLE color: 6920322.

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

Color convert

RGB130152105-
CMYK0.1400.310.40
HSL88.09º18.58%50.39%-
HSV(B)88.09º30.92%59.61%-
XYZ22.9828.2217.6-
YUV140.06108.21120.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=33.59%
G=39.28%
B=27.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301521050.1400.310.4088.0918.5850.39
Hex829869E01F28581332
Octal20223015116037501302362
Binary100000101001100011010011110011111101000101100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829869; }

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

 H1.HeaderClassName
 {
   color: #829869;
 }
 .AnyTagClassName
 {
   color: #829869;
 }
</style>
background-color css

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

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

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

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

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

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