#826C01

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

Shades of Olive #826C01

Tints of Olive #826C01

Color information

#826C01 (or 0x826C01) is unknown color: approx Olive. HEX triplet: 82, 6C and 01. RGB value is (130,108,1). Sum of RGB (Red+Green+Blue) = 130+108+1=239 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.39% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 130 - color contains mainly: red. Hex color #826C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C01 is #7D93FE. Grayscale: #666666. Windows color (decimal): -8229887 or 93314. OLE color: 93314.

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

Color convert

RGB1301081-
CMYK00.170.990.49
HSL49.77º98.47%25.69%-
HSV(B)49.77º99.23%50.98%-
XYZ14.5715.472.25-
YUV102.3870.79147.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.39%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=54.39%
G=45.19%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130108100.170.990.4949.7798.4725.69
Hex826C1011633132621a
Octal2021541021143616214232
Binary10000010110110010100011100011110001110010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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