#826803

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

Shades of Olive #826803

Tints of Olive #826803

Color information

#826803 (or 0x826803) is unknown color: approx Olive. HEX triplet: 82, 68 and 03. RGB value is (130,104,3). Sum of RGB (Red+Green+Blue) = 130+104+3=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #826803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826803 is #7D97FC. Grayscale: #646464. Windows color (decimal): -8230909 or 223362. OLE color: 223362.

HSL color Cylindrical-coordinate representation of color #826803: hue angle of 47.72º degrees, saturation: 0.95, 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 #826803 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1301043-
CMYK00.20.980.49
HSL47.72º95.49%26.08%-
HSV(B)47.72º97.69%50.98%-
XYZ14.1714.652.17-
YUV100.2673.11149.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.85%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=54.85%
G=43.88%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130104300.20.980.4947.7295.4926.08
Hex826830146231305f1a
Octal2021503024142616013732
Binary100000101101000110101001100010110001110000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826803; }

 p { color: rgb(130,104,3); }

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

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

 a { background-color: rgb(130,104,3); }

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

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

 span { border-color: rgb(130,104,3); }

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