#848602

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

Shades of Olive #848602

Tints of Olive #848602

Color information

#848602 (or 0x848602) is unknown color: approx Olive. HEX triplet: 84, 86 and 02. RGB value is (132,134,2). Sum of RGB (Red+Green+Blue) = 132+134+2=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #848602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848602 is #7B79FD. Grayscale: #767676. Windows color (decimal): -8092158 or 165508. OLE color: 165508.

HSL color Cylindrical-coordinate representation of color #848602: hue angle of 60.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #848602 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1321342-
CMYK0.0100.990.47
HSL60.91º97.06%26.67%-
HSV(B)60.91º98.51%52.55%-
XYZ18.0521.963.34-
YUV118.3562.34137.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 134 (52.73% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=49.25%
G=50%
B=0.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213420.0100.990.4760.9197.0626.67
Hex8486210632F3d611b
Octal204206210143577514133
Binary100001001000011010101100011101111111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848602; }

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

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

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

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

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

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

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

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