Html Css Color HEX #808200 Olive

📋 copy color: '#808200'

red 128 ◦ green 130 ◦ blue 0

#808200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #808200

Tints of Olive #808200

RGB

 RED value IS 128 (50.39% from 255) = 49.61%

 GREEN value IS 130 (51.17% from 255) = 50.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.61%
G = 50.39%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#808200 (or 0x808200) is known color: Olive. HEX triplet: 80, 82 and 00. RGB value is (128,130,0). Sum of RGB (Red+Green+Blue) = 128+130+0=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #808200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808200 is #7F7DFF. Grayscale: #737373. Windows color (decimal): -8355328 or 33408. OLE color: 33408.

HSL color Cylindrical-coordinate representation of color #808200: hue angle of 60.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 0 -
CMYK 0.02 0 1 0.49
HSL 60.92º 1% 0.25% -
HSV(B) 60.92º 1% 0.51% -
XYZ 16.88 20.55 3.08 -
YUV 114.58 63.34 137.57 -
System Red Green Blue C M Y K H S L
Decimal 128 130 0 0.02 0 1 0.49 60.92 1 0.25
Hex 80 82 0 2 0 64 31 3D 64 19
Octal 200 202 0 2 0 144 61 75 144 31
Binary 10000000 10000010 0 10 0 1100100 110001 111101 1100100 11001

Color Harmonies of #808200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808200

Black with #808200

Text Example


Text Example

White with #808200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808200; }

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

 H1.HeaderClassName
 {
   color: #808200;
 }
 .AnyTagClassName
 {
   color: #808200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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