#93B471

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

Shades of Olivine #93B471

Tints of Olivine #93B471

Color information

#93B471 (or 0x93B471) is unknown color: approx Olivine. HEX triplet: 93, B4 and 71. RGB value is (147,180,113). Sum of RGB (Red+Green+Blue) = 147+180+113=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #93B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B471 is #6C4B8E. Grayscale: #A2A2A2. Windows color (decimal): -7097231 or 7451795. OLE color: 7451795.

HSL color Cylindrical-coordinate representation of color #93B471: hue angle of 89.55º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93B471 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB147180113-
CMYK0.1800.370.29
HSL89.55º30.88%57.45%-
HSV(B)89.55º37.22%70.59%-
XYZ31.3340.0421.7-
YUV162.5100.07116.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=33.41%
G=40.91%
B=25.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471801130.1800.370.2989.5530.8857.45
Hex93B471120251D5a1f39
Octal22326416122045351323771
Binary1001001110110100111000110010010010111101101101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,113); }

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

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

 a { background-color: rgb(147,180,113); }

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

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

 span { border-color: rgb(147,180,113); }

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