#826802

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

Shades of Olive #826802

Tints of Olive #826802

Color information

#826802 (or 0x826802) is unknown color: approx Olive. HEX triplet: 82, 68 and 02. RGB value is (130,104,2). Sum of RGB (Red+Green+Blue) = 130+104+2=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826802 is #7D97FD. Grayscale: #646464. Windows color (decimal): -8230910 or 157826. OLE color: 157826.

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

Color convert

RGB1301042-
CMYK00.20.980.49
HSL47.81º96.97%25.88%-
HSV(B)47.81º98.46%50.98%-
XYZ14.1714.652.14-
YUV100.1572.61149.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 104 (41.02% from 255) = 44.07%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=55.08%
G=44.07%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130104200.20.980.4947.8196.9725.88
Hex82682014623130611a
Octal2021502024142616014132
Binary100000101101000100101001100010110001110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826802; }

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

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

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

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

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

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

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

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