Html Css Color HEX #838011 Olive

📋 copy color: '#838011'

red 131 ◦ green 128 ◦ blue 17

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

Shades of Olive #838011

Tints of Olive #838011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.38%

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

R = 47.46%
G = 46.38%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#838011 (or 0x838011) is known color: Olive. HEX triplet: 83, 80 and 11. RGB value is (131,128,17). Sum of RGB (Red+Green+Blue) = 131+128+17=276 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.46% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 131 - color contains mainly: red. Hex color #838011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838011 is #7C7FEE. Grayscale: #747474. Windows color (decimal): -8159215 or 1147011. OLE color: 1147011.

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

Color convert

RGB 131 128 17 -
CMYK 0 0.02 0.87 0.49
HSL 58.42º 0.77% 0.29% -
HSV(B) 58.42º 0.87% 0.51% -
XYZ 17.18 20.3 3.54 -
YUV 116.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 131 128 17 0 0.02 0.87 0.49 58.42 0.77 0.29
Hex 83 80 11 0 2 57 31 3A 4D 1D
Octal 203 200 21 0 2 127 61 72 115 35
Binary 10000011 10000000 10001 0 10 1010111 110001 111010 1001101 11101

Color Harmonies of #838011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838011

Black with #838011

Text Example


Text Example

White with #838011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838011; }

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

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

background-color css

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

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

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

border-color css

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

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

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