#93BA6C

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

Shades of Olivine #93BA6C

Tints of Olivine #93BA6C

Color information

#93BA6C (or 0x93BA6C) is unknown color: approx Olivine. HEX triplet: 93, BA and 6C. RGB value is (147,186,108). Sum of RGB (Red+Green+Blue) = 147+186+108=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA6C is #6C4593. Grayscale: #A5A5A5. Windows color (decimal): -7095700 or 7125651. OLE color: 7125651.

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

Color convert

RGB147186108-
CMYK0.2100.420.27
HSL90º36.11%57.65%-
HSV(B)90º41.94%72.94%-
XYZ32.342.420.67-
YUV165.4595.58114.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=33.33%
G=42.18%
B=24.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861080.2100.420.279036.1157.65
Hex93BA6C1502A1B5a243a
Octal22327215425052331324472
Binary10010011101110101101100101010101010110111011010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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