#848302

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

Shades of Olive #848302

Tints of Olive #848302

Color information

#848302 (or 0x848302) is unknown color: approx Olive. HEX triplet: 84, 83 and 02. RGB value is (132,131,2). Sum of RGB (Red+Green+Blue) = 132+131+2=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #848302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848302 is #7B7CFD. Grayscale: #757575. Windows color (decimal): -8092926 or 164740. OLE color: 164740.

HSL color Cylindrical-coordinate representation of color #848302: hue angle of 59.54º 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 #848302 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1321312-
CMYK00.010.980.48
HSL59.54º97.01%26.27%-
HSV(B)59.54º98.48%51.76%-
XYZ17.6421.143.21-
YUV116.5963.33138.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 131 (51.56% from 255) = 49.43%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=49.81%
G=49.43%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132131200.010.980.4859.5497.0126.27
Hex848320162303c611a
Octal204203201142607414132
Binary100001001000001110011100010110000111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848302; }

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

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

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

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

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

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

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

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