#826C00

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

Shades of Olive #826C00

Tints of Olive #826C00

Color information

#826C00 (or 0x826C00) is unknown color: approx Olive. HEX triplet: 82, 6C and 00. RGB value is (130,108,0). Sum of RGB (Red+Green+Blue) = 130+108+0=238 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.62% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 130 - color contains mainly: red. Hex color #826C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C00 is #7D93FF. Grayscale: #666666. Windows color (decimal): -8229888 or 27778. OLE color: 27778.

HSL color Cylindrical-coordinate representation of color #826C00: hue angle of 49.85º 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 #826C00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1301080-
CMYK00.1710.49
HSL49.85º100%25.49%-
HSV(B)49.85º100%50.98%-
XYZ14.5715.472.22-
YUV102.2770.29147.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.62%
GREEN value IS 108 (42.58% from 255) = 45.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.62%
G=45.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130108000.1710.4949.8510025.49
Hex826C00116431326419
Octal2021540021144616214431
Binary10000010110110000100011100100110001110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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