#829451

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

Shades of Highland #829451

Tints of Highland #829451

Color information

#829451 (or 0x829451) is unknown color: approx Highland. HEX triplet: 82, 94 and 51. RGB value is (130,148,81). Sum of RGB (Red+Green+Blue) = 130+148+81=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 148 - color contains mainly: green. Hex color #829451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829451 is #7D6BAE. Grayscale: #878787. Windows color (decimal): -8219567 or 5346434. OLE color: 5346434.

HSL color Cylindrical-coordinate representation of color #829451: hue angle of 76.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #829451 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB13014881-
CMYK0.1200.450.42
HSL76.12º29.26%44.9%-
HSV(B)76.12º45.27%58.04%-
XYZ21.2826.5211.78-
YUV134.9897.54124.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=36.21%
G=41.23%
B=22.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130148810.1200.450.4276.1229.2644.9
Hex829451C02D2A4c1d2d
Octal20222412114055521143555
Binary1000001010010100101000111000101101101010100110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829451; }

 p { color: rgb(130,148,81); }

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

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

 a { background-color: rgb(130,148,81); }

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

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

 span { border-color: rgb(130,148,81); }

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