#93B981

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

Shades of Olivine #93B981

Tints of Olivine #93B981

Color information

#93B981 (or 0x93B981) is unknown color: approx Olivine. HEX triplet: 93, B9 and 81. RGB value is (147,185,129). Sum of RGB (Red+Green+Blue) = 147+185+129=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #93B981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B981 is #6C467E. Grayscale: #A7A7A7. Windows color (decimal): -7095935 or 8501651. OLE color: 8501651.

HSL color Cylindrical-coordinate representation of color #93B981: hue angle of 100.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93B981 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB147185129-
CMYK0.2100.300.27
HSL100.71º28.57%61.57%-
HSV(B)100.71º30.27%72.55%-
XYZ33.3442.4927.21-
YUV167.25106.41113.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.89%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=31.89%
G=40.13%
B=27.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851290.2100.300.27100.7128.5761.57
Hex93B9811501E1B651d3e
Octal22327120125036331453576
Binary1001001110111001100000011010101111011011110010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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