#848308

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

Shades of Olive #848308

Tints of Olive #848308

Color information

#848308 (or 0x848308) is unknown color: approx Olive. HEX triplet: 84, 83 and 08. RGB value is (132,131,8). Sum of RGB (Red+Green+Blue) = 132+131+8=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #848308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848308 is #7B7CF7. Grayscale: #757575. Windows color (decimal): -8092920 or 557956. OLE color: 557956.

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

Color convert

RGB1321318-
CMYK00.010.940.48
HSL59.52º88.57%27.45%-
HSV(B)59.52º93.94%51.76%-
XYZ17.6821.163.38-
YUV117.2866.33138.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 131 (51.56% from 255) = 48.34%
BLUE value IS 8 (3.52% from 255) = 2.95%
R=48.71%
G=48.34%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132131800.010.940.4859.5288.5727.45
Hex84838015E303c591b
Octal2042031001136607413133
Binary10000100100000111000011011110110000111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848308; }

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

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

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

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

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

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

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

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