#828205

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

Shades of Olive #828205

Tints of Olive #828205

Color information

#828205 (or 0x828205) is unknown color: approx Olive. HEX triplet: 82, 82 and 05. RGB value is (130,130,5). Sum of RGB (Red+Green+Blue) = 130+130+5=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828205 is #7D7DFA. Grayscale: #747474. Windows color (decimal): -8224251 or 361090. OLE color: 361090.

HSL color Cylindrical-coordinate representation of color #828205: hue angle of 60º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828205 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1301305-
CMYK000.960.49
HSL60º92.59%26.47%-
HSV(B)60º96.15%50.98%-
XYZ17.2220.723.24-
YUV115.7565.5138.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=49.06%
G=49.06%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301305000.960.496092.5926.47
Hex828250060313c5d1a
Octal202202500140617413532
Binary1000001010000010101001100000110001111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828205; }

 p { color: rgb(130,130,5); }

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

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

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

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

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

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

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