#938301

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

Shades of Olive #938301

Tints of Olive #938301

Color information

#938301 (or 0x938301) is unknown color: approx Olive. HEX triplet: 93, 83 and 01. RGB value is (147,131,1). Sum of RGB (Red+Green+Blue) = 147+131+1=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #938301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938301 is #6C7CFE. Grayscale: #797979. Windows color (decimal): -7109887 or 99219. OLE color: 99219.

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

Color convert

RGB1471311-
CMYK00.110.990.42
HSL53.42º98.65%29.02%-
HSV(B)53.42º99.32%57.65%-
XYZ20.1522.443.3-
YUV120.9660.3146.57-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=52.69%
G=46.95%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147131100.110.990.4253.4298.6529.02
Hex938310B632A35631d
Octal2232031013143526514335
Binary10010011100000111010111100011101010110101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938301; }

 p { color: rgb(147,131,1); }

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

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

 a { background-color: rgb(147,131,1); }

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

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

 span { border-color: rgb(147,131,1); }

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