#826C02

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

Shades of Olive #826C02

Tints of Olive #826C02

Color information

#826C02 (or 0x826C02) is unknown color: approx Olive. HEX triplet: 82, 6C and 02. RGB value is (130,108,2). Sum of RGB (Red+Green+Blue) = 130+108+2=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #826C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826C02 is #7D93FD. Grayscale: #666666. Windows color (decimal): -8229886 or 158850. OLE color: 158850.

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

Color convert

RGB1301082-
CMYK00.170.980.49
HSL49.69º96.97%25.88%-
HSV(B)49.69º98.46%50.98%-
XYZ14.5815.482.28-
YUV102.4971.29147.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 108 (42.58% from 255) = 45%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=54.17%
G=45%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130108200.170.980.4949.6996.9725.88
Hex826C2011623132611a
Octal2021542021142616214132
Binary100000101101100100100011100010110001110010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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