#93B966

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

Shades of Olivine #93B966

Tints of Olivine #93B966

Color information

#93B966 (or 0x93B966) is unknown color: approx Olivine. HEX triplet: 93, B9 and 66. RGB value is (147,185,102). Sum of RGB (Red+Green+Blue) = 147+185+102=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #93B966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B966 is #6C4699. Grayscale: #A4A4A4. Windows color (decimal): -7095962 or 6732179. OLE color: 6732179.

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

Color convert

RGB147185102-
CMYK0.2100.450.27
HSL87.47º37.22%56.27%-
HSV(B)87.47º44.86%72.55%-
XYZ31.7841.8618.98-
YUV164.1892.91115.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 102 (40.23% from 255) = 23.50%
R=33.87%
G=42.63%
B=23.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851020.2100.450.2787.4737.2256.27
Hex93B9661502D1B572538
Octal22327114625055331274570
Binary10010011101110011100110101010101101110111010111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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