#938400

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

Shades of Olive #938400

Tints of Olive #938400

Color information

#938400 (or 0x938400) is unknown color: approx Olive. HEX triplet: 93, 84 and 00. RGB value is (147,132,0). Sum of RGB (Red+Green+Blue) = 147+132+0=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #938400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938400 is #6C7BFF. Grayscale: #797979. Windows color (decimal): -7109632 or 33939. OLE color: 33939.

HSL color Cylindrical-coordinate representation of color #938400: hue angle of 53.88º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #938400 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1471320-
CMYK00.1010.42
HSL53.88º100%28.82%-
HSV(B)53.88º100%57.65%-
XYZ20.2822.713.31-
YUV121.4459.47146.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.69%
G=47.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147132000.1010.4253.8810028.82
Hex938400A642A36641d
Octal2232040012144526614435
Binary10010011100001000010101100100101010110110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938400; }

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

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

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

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

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

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

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

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