#918400

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

Shades of Olive #918400

Tints of Olive #918400

Color information

#918400 (or 0x918400) is unknown color: approx Olive. HEX triplet: 91, 84 and 00. RGB value is (145,132,0). Sum of RGB (Red+Green+Blue) = 145+132+0=277 (36% of max value = 765). Red value is 145 (57.03% from 255 or 52.35% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 145 - color contains mainly: red. Hex color #918400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918400 is #6E7BFF. Grayscale: #797979. Windows color (decimal): -7240704 or 33937. OLE color: 33937.

HSL color Cylindrical-coordinate representation of color #918400: hue angle of 54.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #918400 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1451320-
CMYK00.0910.43
HSL54.62º100%28.43%-
HSV(B)54.62º100%56.86%-
XYZ19.9322.523.3-
YUV120.8459.81145.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 52.35%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.35%
G=47.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145132000.0910.4354.6210028.43
Hex9184009642B37641c
Octal2212040011144536714434
Binary10010001100001000010011100100101011110111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918400; }

 p { color: rgb(145,132,0); }

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

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

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

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

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

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

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