#93BA6F

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

Shades of Olivine #93BA6F

Tints of Olivine #93BA6F

Color information

#93BA6F (or 0x93BA6F) is unknown color: approx Olivine. HEX triplet: 93, BA and 6F. RGB value is (147,186,111). Sum of RGB (Red+Green+Blue) = 147+186+111=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA6F is #6C4590. Grayscale: #A6A6A6. Windows color (decimal): -7095697 or 7322259. OLE color: 7322259.

HSL color Cylindrical-coordinate representation of color #93BA6F: hue angle of 91.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93BA6F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB147186111-
CMYK0.2100.400.27
HSL91.2º35.21%58.24%-
HSV(B)91.2º40.32%72.94%-
XYZ32.4642.4721.53-
YUV165.7997.08114.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 111 (43.75% from 255) = 25%
R=33.11%
G=41.89%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861110.2100.400.2791.235.2158.24
Hex93BA6F150281B5b233a
Octal22327215725050331334372
Binary10010011101110101101111101010101000110111011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BA6F; }

 p { color: rgb(147,186,111); }

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

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

 a { background-color: rgb(147,186,111); }

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

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

 span { border-color: rgb(147,186,111); }

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