Html Css Color HEX #808211 Olive

📋 copy color: '#808211'

red 128 ◦ green 130 ◦ blue 17

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

Shades of Olive #808211

Tints of Olive #808211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.18%

R = 46.55%
G = 47.27%
B = 6.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#808211 (or 0x808211) is known color: Olive. HEX triplet: 80, 82 and 11. RGB value is (128,130,17). Sum of RGB (Red+Green+Blue) = 128+130+17=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #808211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808211 is #7F7DEE. Grayscale: #747474. Windows color (decimal): -8355311 or 1147520. OLE color: 1147520.

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

Color convert

RGB 128 130 17 -
CMYK 0.02 0 0.87 0.49
HSL 61.06º 0.77% 0.29% -
HSV(B) 61.06º 0.87% 0.51% -
XYZ 16.99 20.59 3.61 -
YUV 116.52 71.84 136.19 -
System Red Green Blue C M Y K H S L
Decimal 128 130 17 0.02 0 0.87 0.49 61.06 0.77 0.29
Hex 80 82 11 2 0 57 31 3D 4D 1D
Octal 200 202 21 2 0 127 61 75 115 35
Binary 10000000 10000010 10001 10 0 1010111 110001 111101 1001101 11101

Color Harmonies of #808211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808211

Black with #808211

Text Example


Text Example

White with #808211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808211; }

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

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

background-color css

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

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

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

border-color css

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

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

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