#838012

Color #838012 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #838012

Tints of Olive #838012

Color information

#838012 (or 0x838012) is unknown color: approx Olive. HEX triplet: 83, 80 and 12. RGB value is (131,128,18). Sum of RGB (Red+Green+Blue) = 131+128+18=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #838012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838012 is #7C7FED. Grayscale: #747474. Windows color (decimal): -8159214 or 1212547. OLE color: 1212547.

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

Color convert

RGB13112818-
CMYK00.020.860.49
HSL58.41º75.84%29.22%-
HSV(B)58.41º86.26%51.37%-
XYZ17.1920.313.59-
YUV116.3672.49138.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 128 (50.39% from 255) = 46.21%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=47.29%
G=46.21%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311281800.020.860.4958.4175.8429.22
Hex8380120256313a4c1d
Octal2032002202126617211435
Binary1000001110000000100100101010110110001111010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838012; }

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

 H1.HeaderClassName
 {
   color: #838012;
 }
 .AnyTagClassName
 {
   color: #838012;
 }
</style>
background-color css

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

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

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

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

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

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