#858200

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

Shades of Olive #858200

Tints of Olive #858200

Color information

#858200 (or 0x858200) is unknown color: approx Olive. HEX triplet: 85, 82 and 00. RGB value is (133,130,0). Sum of RGB (Red+Green+Blue) = 133+130+0=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #858200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858200 is #7A7DFF. Grayscale: #747474. Windows color (decimal): -8027648 or 33413. OLE color: 33413.

HSL color Cylindrical-coordinate representation of color #858200: hue angle of 58.65º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #858200 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1331300-
CMYK00.0210.48
HSL58.65º100%26.08%-
HSV(B)58.65º100%52.16%-
XYZ17.6620.953.11-
YUV116.0862.49140.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.57%
G=49.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133130000.0210.4858.6510026.08
Hex858200264303b641a
Octal205202002144607314432
Binary100001011000001000101100100110000111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858200; }

 p { color: rgb(133,130,0); }

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

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

 a { background-color: rgb(133,130,0); }

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

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

 span { border-color: rgb(133,130,0); }

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