#848400

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

Shades of Olive #848400

Tints of Olive #848400

Color information

#848400 (or 0x848400) is unknown color: approx Olive. HEX triplet: 84, 84 and 00. RGB value is (132,132,0). Sum of RGB (Red+Green+Blue) = 132+132+0=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848400 is #7B7BFF. Grayscale: #757575. Windows color (decimal): -8092672 or 33924. OLE color: 33924.

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

Color convert

RGB1321320-
CMYK0010.48
HSL60º100%25.88%-
HSV(B)60º100%51.76%-
XYZ17.7721.413.2-
YUV116.9562138.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213200010.486010025.88
Hex848400064303c641a
Octal204204000144607414432
Binary10000100100001000001100100110000111100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848400; }

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

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

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

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

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

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

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

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