#93BC6D

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

Shades of Olivine #93BC6D

Tints of Olivine #93BC6D

Color information

#93BC6D (or 0x93BC6D) is unknown color: approx Olivine. HEX triplet: 93, BC and 6D. RGB value is (147,188,109). Sum of RGB (Red+Green+Blue) = 147+188+109=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC6D is #6C4392. Grayscale: #A7A7A7. Windows color (decimal): -7095187 or 7191699. OLE color: 7191699.

HSL color Cylindrical-coordinate representation of color #93BC6D: hue angle of 91.14º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93BC6D is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB147188109-
CMYK0.2200.420.26
HSL91.14º37.09%58.24%-
HSV(B)91.14º42.02%73.73%-
XYZ32.7843.2721.09-
YUV166.7495.42113.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=33.11%
G=42.34%
B=24.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881090.2200.420.2691.1437.0958.24
Hex93BC6D1602A1A5b253a
Octal22327415526052321334572
Binary10010011101111001101101101100101010110101011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,188,109); }

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

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

 a { background-color: rgb(147,188,109); }

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

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

 span { border-color: rgb(147,188,109); }

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