#93C366

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

Shades of Olivine #93C366

Tints of Olivine #93C366

Color information

#93C366 (or 0x93C366) is unknown color: approx Olivine. HEX triplet: 93, C3 and 66. RGB value is (147,195,102). Sum of RGB (Red+Green+Blue) = 147+195+102=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 195 (76.56% from 255 or 43.92% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 195 - color contains mainly: green. Hex color #93C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C366 is #6C3C99. Grayscale: #AAAAAA. Windows color (decimal): -7093402 or 6734739. OLE color: 6734739.

HSL color Cylindrical-coordinate representation of color #93C366: hue angle of 90.97º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93C366 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB147195102-
CMYK0.2500.480.24
HSL90.97º43.66%58.24%-
HSV(B)90.97º47.69%76.47%-
XYZ33.9546.1919.7-
YUV170.0589.6111.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 195 (76.56% from 255) = 43.92%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=33.11%
G=43.92%
B=22.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471951020.2500.480.2490.9743.6658.24
Hex93C36619030185b2c3a
Octal22330314631060301335472
Binary10010011110000111100110110010110000110001011011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,195,102); }

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

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

 a { background-color: rgb(147,195,102); }

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

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

 span { border-color: rgb(147,195,102); }

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