#808203

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

Shades of Olive #808203

Tints of Olive #808203

Color information

#808203 (or 0x808203) is unknown color: approx Olive. HEX triplet: 80, 82 and 03. RGB value is (128,130,3). Sum of RGB (Red+Green+Blue) = 128+130+3=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #808203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808203 is #7F7DFC. Grayscale: #737373. Windows color (decimal): -8355325 or 230016. OLE color: 230016.

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

Color convert

RGB1281303-
CMYK0.0200.980.49
HSL60.94º95.49%26.08%-
HSV(B)60.94º97.69%50.98%-
XYZ16.920.563.16-
YUV114.9264.84137.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.04%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=49.04%
G=49.81%
B=1.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12813030.0200.980.4960.9495.4926.08
Hex808232062313d5f1a
Octal200202320142617513732
Binary1000000010000010111001100010110001111101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808203; }

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

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

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

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

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

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

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

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