#848600

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

Shades of Olive #848600

Tints of Olive #848600

Color information

#848600 (or 0x848600) is unknown color: approx Olive. HEX triplet: 84, 86 and 00. RGB value is (132,134,0). Sum of RGB (Red+Green+Blue) = 132+134+0=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #848600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848600 is #7B79FF. Grayscale: #767676. Windows color (decimal): -8092160 or 34436. OLE color: 34436.

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

Color convert

RGB1321340-
CMYK0.01010.47
HSL60.9º100%26.27%-
HSV(B)60.9º100%52.55%-
XYZ18.0421.963.29-
YUV118.1361.34137.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 134 (52.73% from 255) = 50.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.62%
G=50.38%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213400.01010.4760.910026.27
Hex8486010642F3d641a
Octal204206010144577514432
Binary10000100100001100101100100101111111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848600; }

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

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

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

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

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

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

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

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