#93BC7D

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

Shades of Olivine #93BC7D

Tints of Olivine #93BC7D

Color information

#93BC7D (or 0x93BC7D) is unknown color: approx Olivine. HEX triplet: 93, BC and 7D. RGB value is (147,188,125). Sum of RGB (Red+Green+Blue) = 147+188+125=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BC7D is #6C4382. Grayscale: #A8A8A8. Windows color (decimal): -7095171 or 8240275. OLE color: 8240275.

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

Color convert

RGB147188125-
CMYK0.2200.340.26
HSL99.05º31.98%61.37%-
HSV(B)99.05º33.51%73.73%-
XYZ33.7243.6526.05-
YUV168.56103.42112.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.96%
GREEN value IS 188 (73.83% from 255) = 40.87%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=31.96%
G=40.87%
B=27.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881250.2200.340.2699.0531.9861.37
Hex93BC7D160221A63203d
Octal22327417526042321434075
Binary10010011101111001111101101100100010110101100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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