#848100

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

Shades of Olive #848100

Tints of Olive #848100

Color information

#848100 (or 0x848100) is unknown color: approx Olive. HEX triplet: 84, 81 and 00. RGB value is (132,129,0). Sum of RGB (Red+Green+Blue) = 132+129+0=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #848100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848100 is #7B7EFF. Grayscale: #737373. Windows color (decimal): -8093440 or 33156. OLE color: 33156.

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

Color convert

RGB1321290-
CMYK00.0210.48
HSL58.64º100%25.88%-
HSV(B)58.64º100%51.76%-
XYZ17.3720.613.06-
YUV115.1962.99139.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 129 (50.78% 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
Decimal132129000.0210.4858.6410025.88
Hex848100264303b641a
Octal204201002144607314432
Binary100001001000000100101100100110000111011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848100; }

 p { color: rgb(132,129,0); }

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

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

 a { background-color: rgb(132,129,0); }

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

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

 span { border-color: rgb(132,129,0); }

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