#826500

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

Shades of Olive #826500

Tints of Olive #826500

Color information

#826500 (or 0x826500) is unknown color: approx Olive. HEX triplet: 82, 65 and 00. RGB value is (130,101,0). Sum of RGB (Red+Green+Blue) = 130+101+0=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #826500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826500 is #7D9AFF. Grayscale: #626262. Windows color (decimal): -8231680 or 25986. OLE color: 25986.

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

Color convert

RGB1301010-
CMYK00.2210.49
HSL46.62º100%25.49%-
HSV(B)46.62º100%50.98%-
XYZ13.8614.051.98-
YUV98.1672.61150.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 101 (39.84% from 255) = 43.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.28%
G=43.72%
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
Decimal130101000.2210.4946.6210025.49
Hex8265001664312f6419
Octal2021450026144615714431
Binary10000010110010100101101100100110001101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826500; }

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

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

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

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

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

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

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

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