#848402

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

Shades of Olive #848402

Tints of Olive #848402

Color information

#848402 (or 0x848402) is unknown color: approx Olive. HEX triplet: 84, 84 and 02. RGB value is (132,132,2). Sum of RGB (Red+Green+Blue) = 132+132+2=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848402 is #7B7BFD. Grayscale: #757575. Windows color (decimal): -8092670 or 164996. OLE color: 164996.

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

Color convert

RGB1321322-
CMYK000.980.48
HSL60º97.01%26.27%-
HSV(B)60º98.48%51.76%-
XYZ17.7821.413.25-
YUV117.1863138.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 132 (51.95% from 255) = 49.62%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=49.62%
G=49.62%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321322000.980.486097.0126.27
Hex848420062303c611a
Octal204204200142607414132
Binary100001001000010010001100010110000111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848402; }

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

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

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

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

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

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

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

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