#93C15D

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

Shades of Olivine #93C15D

Tints of Olivine #93C15D

Color information

#93C15D (or 0x93C15D) is unknown color: approx Olivine. HEX triplet: 93, C1 and 5D. RGB value is (147,193,93). Sum of RGB (Red+Green+Blue) = 147+193+93=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #93C15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C15D is #6C3EA2. Grayscale: #A8A8A8. Windows color (decimal): -7093923 or 6144403. OLE color: 6144403.

HSL color Cylindrical-coordinate representation of color #93C15D: hue angle of 87.6º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93C15D is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB14719393-
CMYK0.2400.520.24
HSL87.6º44.64%56.08%-
HSV(B)87.6º51.81%75.69%-
XYZ33.0845.1317.32-
YUV167.8585.76113.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.95%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=33.95%
G=44.57%
B=21.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147193930.2400.520.2487.644.6456.08
Hex93C15D1803418582d38
Octal22330113530064301305570
Binary10010011110000011011101110000110100110001011000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,193,93); }

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

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

 a { background-color: rgb(147,193,93); }

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

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

 span { border-color: rgb(147,193,93); }

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