Html Css Color HEX #858211 Olive

📋 copy color: '#858211'

red 133 ◦ green 130 ◦ blue 17

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

Shades of Olive #858211

Tints of Olive #858211

RGB

 RED value IS 133 (52.34% from 255) = 47.5%

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

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

R = 47.5%
G = 46.43%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#858211 (or 0x858211) is known color: Olive. HEX triplet: 85, 82 and 11. RGB value is (133,130,17). Sum of RGB (Red+Green+Blue) = 133+130+17=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #858211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858211 is #7A7DEE. Grayscale: #767676. Windows color (decimal): -8027631 or 1147525. OLE color: 1147525.

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

Color convert

RGB 133 130 17 -
CMYK 0 0.02 0.87 0.48
HSL 58.45º 0.77% 0.29% -
HSV(B) 58.45º 0.87% 0.52% -
XYZ 17.76 20.99 3.65 -
YUV 118.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 133 130 17 0 0.02 0.87 0.48 58.45 0.77 0.29
Hex 85 82 11 0 2 57 30 3A 4D 1D
Octal 205 202 21 0 2 127 60 72 115 35
Binary 10000101 10000010 10001 0 10 1010111 110000 111010 1001101 11101

Color Harmonies of #858211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858211

Black with #858211

Text Example


Text Example

White with #858211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858211; }

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

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

background-color css

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

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

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

border-color css

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

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

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