#826A00

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

Shades of Olive #826A00

Tints of Olive #826A00

Color information

#826A00 (or 0x826A00) is unknown color: approx Olive. HEX triplet: 82, 6A and 00. RGB value is (130,106,0). Sum of RGB (Red+Green+Blue) = 130+106+0=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #826A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826A00 is #7D95FF. Grayscale: #656565. Windows color (decimal): -8230400 or 27266. OLE color: 27266.

HSL color Cylindrical-coordinate representation of color #826A00: hue angle of 48.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #826A00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301060-
CMYK00.1810.49
HSL48.92º100%25.49%-
HSV(B)48.92º100%50.98%-
XYZ14.3615.052.15-
YUV101.0970.95148.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.08%
G=44.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130106000.1810.4948.9210025.49
Hex826A00126431316419
Octal2021520022144616114431
Binary10000010110101000100101100100110001110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826A00; }

 p { color: rgb(130,106,0); }

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

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

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

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

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

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

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