#848511

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

Shades of Olive #848511

Tints of Olive #848511

Color information

#848511 (or 0x848511) is unknown color: approx Olive. HEX triplet: 84, 85 and 11. RGB value is (132,133,17). Sum of RGB (Red+Green+Blue) = 132+133+17=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #848511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848511 is #7B7AEE. Grayscale: #777777. Windows color (decimal): -8092399 or 1148292. OLE color: 1148292.

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

Color convert

RGB13213317-
CMYK0.0100.870.48
HSL60.52º77.33%29.41%-
HSV(B)60.52º87.22%52.16%-
XYZ1821.723.77-
YUV119.4870.17136.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 133 (52.34% from 255) = 47.16%
BLUE value IS 17 (7.03% from 255) = 6.03%
R=46.81%
G=47.16%
B=6.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133170.0100.870.4860.5277.3329.41
Hex8485111057303d4d1d
Octal2042052110127607511535
Binary100001001000010110001101010111110000111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848511; }

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

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

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

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

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

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

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

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