#826D01

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

Shades of Olive #826D01

Tints of Olive #826D01

Color information

#826D01 (or 0x826D01) is unknown color: approx Olive. HEX triplet: 82, 6D and 01. RGB value is (130,109,1). Sum of RGB (Red+Green+Blue) = 130+109+1=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #826D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826D01 is #7D92FE. Grayscale: #676767. Windows color (decimal): -8229631 or 93570. OLE color: 93570.

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

Color convert

RGB1301091-
CMYK00.160.990.49
HSL50.23º98.47%25.69%-
HSV(B)50.23º99.23%50.98%-
XYZ14.6815.692.28-
YUV102.9770.46147.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 109 (42.97% from 255) = 45.42%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=54.17%
G=45.42%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130109100.160.990.4950.2398.4725.69
Hex826D1010633132621a
Octal2021551020143616214232
Binary10000010110110110100001100011110001110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,1); }

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

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

 a { background-color: rgb(130,109,1); }

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

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

 span { border-color: rgb(130,109,1); }

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