#93BE71

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

Shades of Olivine #93BE71

Tints of Olivine #93BE71

Color information

#93BE71 (or 0x93BE71) is unknown color: approx Olivine. HEX triplet: 93, BE and 71. RGB value is (147,190,113). Sum of RGB (Red+Green+Blue) = 147+190+113=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BE71 is #6C418E. Grayscale: #A8A8A8. Windows color (decimal): -7094671 or 7454355. OLE color: 7454355.

HSL color Cylindrical-coordinate representation of color #93BE71: hue angle of 93.51º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93BE71 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB147190113-
CMYK0.2300.410.25
HSL93.51º37.2%59.41%-
HSV(B)93.51º40.53%74.51%-
XYZ33.4344.2222.4-
YUV168.3696.75112.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=32.67%
G=42.22%
B=25.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901130.2300.410.2593.5137.259.41
Hex93BE7117029195e253b
Octal22327616127051311364573
Binary10010011101111101110001101110101001110011011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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