#829966

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

Shades of Highland #829966

Tints of Highland #829966

Color information

#829966 (or 0x829966) is unknown color: approx Highland. HEX triplet: 82, 99 and 66. RGB value is (130,153,102). Sum of RGB (Red+Green+Blue) = 130+153+102=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #829966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829966 is #7D6699. Grayscale: #8C8C8C. Windows color (decimal): -8218266 or 6723970. OLE color: 6723970.

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

Color convert

RGB130153102-
CMYK0.1500.330.4
HSL87.06º20%50%-
HSV(B)87.06º33.33%60%-
XYZ2328.4916.86-
YUV140.31106.38120.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=33.77%
G=39.74%
B=26.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531020.1500.330.487.062050
Hex829966F02128571432
Octal20223114617041501272462
Binary1000001010011001110011011110100001101000101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829966; }

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

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

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

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

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

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

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

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