#848603

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

Shades of Olive #848603

Tints of Olive #848603

Color information

#848603 (or 0x848603) is unknown color: approx Olive. HEX triplet: 84, 86 and 03. RGB value is (132,134,3). Sum of RGB (Red+Green+Blue) = 132+134+3=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 134 (52.73% from 255 or 49.81% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 134 - color contains mainly: green. Hex color #848603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848603 is #7B79FC. Grayscale: #767676. Windows color (decimal): -8092157 or 231044. OLE color: 231044.

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

Color convert

RGB1321343-
CMYK0.0100.980.47
HSL60.92º95.62%26.86%-
HSV(B)60.92º97.76%52.55%-
XYZ18.0621.963.37-
YUV118.4762.84137.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 134 (52.73% from 255) = 49.81%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=49.07%
G=49.81%
B=1.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213430.0100.980.4760.9295.6226.86
Hex8486310622F3d601b
Octal204206310142577514033
Binary100001001000011011101100010101111111101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848603; }

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

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

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

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

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

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

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

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