#826600

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

Shades of Olive #826600

Tints of Olive #826600

Color information

#826600 (or 0x826600) is unknown color: approx Olive. HEX triplet: 82, 66 and 00. RGB value is (130,102,0). Sum of RGB (Red+Green+Blue) = 130+102+0=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #826600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826600 is #7D99FF. Grayscale: #636363. Windows color (decimal): -8231424 or 26242. OLE color: 26242.

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

Color convert

RGB1301020-
CMYK00.2210.49
HSL47.08º100%25.49%-
HSV(B)47.08º100%50.98%-
XYZ13.9614.252.01-
YUV98.7472.28150.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.03%
G=43.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130102000.2210.4947.0810025.49
Hex8266001664312f6419
Octal2021460026144615714431
Binary10000010110011000101101100100110001101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826600; }

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

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

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

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

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

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

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

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