#848505

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

Shades of Olive #848505

Tints of Olive #848505

Color information

#848505 (or 0x848505) is unknown color: approx Olive. HEX triplet: 84, 85 and 05. RGB value is (132,133,5). Sum of RGB (Red+Green+Blue) = 132+133+5=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #848505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848505 is #7B7AFA. Grayscale: #767676. Windows color (decimal): -8092411 or 361860. OLE color: 361860.

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

Color convert

RGB1321335-
CMYK0.0100.960.48
HSL60.47º92.75%27.06%-
HSV(B)60.47º96.24%52.16%-
XYZ17.9321.693.39-
YUV118.1164.17137.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=48.89%
G=49.26%
B=1.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213350.0100.960.4860.4792.7527.06
Hex848551060303c5d1b
Octal204205510140607413533
Binary1000010010000101101101100000110000111100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848505; }

 p { color: rgb(132,133,5); }

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

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

 a { background-color: rgb(132,133,5); }

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

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

 span { border-color: rgb(132,133,5); }

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