#848503

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

Shades of Olive #848503

Tints of Olive #848503

Color information

#848503 (or 0x848503) is unknown color: approx Olive. HEX triplet: 84, 85 and 03. RGB value is (132,133,3). Sum of RGB (Red+Green+Blue) = 132+133+3=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #848503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848503 is #7B7AFC. Grayscale: #767676. Windows color (decimal): -8092413 or 230788. OLE color: 230788.

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

Color convert

RGB1321333-
CMYK0.0100.980.48
HSL60.46º95.59%26.67%-
HSV(B)60.46º97.74%52.16%-
XYZ17.9221.693.33-
YUV117.8863.17138.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 133 (52.34% from 255) = 49.63%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=49.25%
G=49.63%
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.48
SystemRedGreenBlueCMYKHSL
Decimal13213330.0100.980.4860.4695.5926.67
Hex848531062303c601b
Octal204205310142607414033
Binary100001001000010111101100010110000111100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848503; }

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

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

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

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

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

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

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

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