Html Css Color HEX #838211 Olive

📋 copy color: '#838211'

red 131 ◦ green 130 ◦ blue 17

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

Shades of Olive #838211

Tints of Olive #838211

RGB

 RED value IS 131 (51.56% from 255) = 47.12%

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

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

R = 47.12%
G = 46.76%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#838211 (or 0x838211) is known color: Olive. HEX triplet: 83, 82 and 11. RGB value is (131,130,17). Sum of RGB (Red+Green+Blue) = 131+130+17=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #838211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838211 is #7C7DEE. Grayscale: #757575. Windows color (decimal): -8158703 or 1147523. OLE color: 1147523.

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

Color convert

RGB 131 130 17 -
CMYK 0 0.01 0.87 0.49
HSL 59.47º 0.77% 0.29% -
HSV(B) 59.47º 0.87% 0.51% -
XYZ 17.44 20.83 3.63 -
YUV 117.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 131 130 17 0 0.01 0.87 0.49 59.47 0.77 0.29
Hex 83 82 11 0 1 57 31 3B 4D 1D
Octal 203 202 21 0 1 127 61 73 115 35
Binary 10000011 10000010 10001 0 1 1010111 110001 111011 1001101 11101

Color Harmonies of #838211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838211

Black with #838211

Text Example


Text Example

White with #838211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838211; }

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

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

background-color css

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

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

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

border-color css

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

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

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