Html Css Color HEX #818211 Olive

📋 copy color: '#818211'

red 129 ◦ green 130 ◦ blue 17

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

Shades of Olive #818211

Tints of Olive #818211

RGB

 RED value IS 129 (50.78% from 255) = 46.74%

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

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

R = 46.74%
G = 47.1%
B = 6.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#818211 (or 0x818211) is known color: Olive. HEX triplet: 81, 82 and 11. RGB value is (129,130,17). Sum of RGB (Red+Green+Blue) = 129+130+17=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #818211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818211 is #7E7DEE. Grayscale: #757575. Windows color (decimal): -8289775 or 1147521. OLE color: 1147521.

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

Color convert

RGB 129 130 17 -
CMYK 0.01 0 0.87 0.49
HSL 60.53º 0.77% 0.29% -
HSV(B) 60.53º 0.87% 0.51% -
XYZ 17.14 20.67 3.62 -
YUV 116.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 129 130 17 0.01 0 0.87 0.49 60.53 0.77 0.29
Hex 81 82 11 1 0 57 31 3D 4D 1D
Octal 201 202 21 1 0 127 61 75 115 35
Binary 10000001 10000010 10001 1 0 1010111 110001 111101 1001101 11101

Color Harmonies of #818211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818211

Black with #818211

Text Example


Text Example

White with #818211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818211; }

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

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

background-color css

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

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

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

border-color css

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

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

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