#838206

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

Shades of Olive #838206

Tints of Olive #838206

Color information

#838206 (or 0x838206) is unknown color: approx Olive. HEX triplet: 83, 82 and 06. RGB value is (131,130,6). Sum of RGB (Red+Green+Blue) = 131+130+6=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #838206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838206 is #7C7DF9. Grayscale: #747474. Windows color (decimal): -8158714 or 426627. OLE color: 426627.

HSL color Cylindrical-coordinate representation of color #838206: hue angle of 59.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #838206 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1311306-
CMYK00.010.950.49
HSL59.52º91.24%26.86%-
HSV(B)59.52º95.42%51.37%-
XYZ17.3820.83.27-
YUV116.1665.83138.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=49.06%
G=48.69%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131130600.010.950.4959.5291.2426.86
Hex83826015F313c5b1b
Octal203202601137617413333
Binary1000001110000010110011011111110001111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838206; }

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

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

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

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

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

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

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

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