#838208

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

Shades of Olive #838208

Tints of Olive #838208

Color information

#838208 (or 0x838208) is unknown color: approx Olive. HEX triplet: 83, 82 and 08. RGB value is (131,130,8). Sum of RGB (Red+Green+Blue) = 131+130+8=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #838208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838208 is #7C7DF7. Grayscale: #747474. Windows color (decimal): -8158712 or 557699. OLE color: 557699.

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

Color convert

RGB1311308-
CMYK00.010.940.49
HSL59.51º88.49%27.25%-
HSV(B)59.51º93.89%51.37%-
XYZ17.3920.813.33-
YUV116.3966.83138.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 8 (3.52% from 255) = 2.97%
R=48.70%
G=48.33%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131130800.010.940.4959.5188.4927.25
Hex83828015E313c581b
Octal2032021001136617413033
Binary10000011100000101000011011110110001111100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838208; }

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

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

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

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

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

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

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

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