Html Css Color HEX #808201 Olive

📋 copy color: '#808201'

red 128 ◦ green 130 ◦ blue 1

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

Shades of Olive #808201

Tints of Olive #808201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 49.42%
G = 50.19%
B = 0.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#808201 (or 0x808201) is known color: Olive. HEX triplet: 80, 82 and 01. RGB value is (128,130,1). Sum of RGB (Red+Green+Blue) = 128+130+1=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #808201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808201 is #7F7DFE. Grayscale: #737373. Windows color (decimal): -8355327 or 98944. OLE color: 98944.

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

Color convert

RGB 128 130 1 -
CMYK 0.02 0 0.99 0.49
HSL 60.93º 0.98% 0.26% -
HSV(B) 60.93º 0.99% 0.51% -
XYZ 16.89 20.56 3.11 -
YUV 114.7 63.84 137.49 -
System Red Green Blue C M Y K H S L
Decimal 128 130 1 0.02 0 0.99 0.49 60.93 0.98 0.26
Hex 80 82 1 2 0 63 31 3D 62 1A
Octal 200 202 1 2 0 143 61 75 142 32
Binary 10000000 10000010 1 10 0 1100011 110001 111101 1100010 11010

Color Harmonies of #808201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808201

Black with #808201

Text Example


Text Example

White with #808201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808201; }

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

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

background-color css

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

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

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

border-color css

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

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

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