#848509

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

Shades of Olive #848509

Tints of Olive #848509

Color information

#848509 (or 0x848509) is unknown color: approx Olive. HEX triplet: 84, 85 and 09. RGB value is (132,133,9). Sum of RGB (Red+Green+Blue) = 132+133+9=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 9 (3.91% from 255 or 3.28% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #848509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848509 is #7B7AF6. Grayscale: #777777. Windows color (decimal): -8092407 or 624004. OLE color: 624004.

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

Color convert

RGB1321339-
CMYK0.0100.930.48
HSL60.48º87.32%27.84%-
HSV(B)60.48º93.23%52.16%-
XYZ17.9521.73.5-
YUV118.5666.17137.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 9 (3.91% from 255) = 3.28%
R=48.18%
G=48.54%
B=3.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213390.0100.930.4860.4887.3227.84
Hex84859105D303c571c
Octal2042051110135607412734
Binary10000100100001011001101011101110000111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848509; }

 p { color: rgb(132,133,9); }

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

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

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

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

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

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

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