#93BD73

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

Shades of Olivine #93BD73

Tints of Olivine #93BD73

Color information

#93BD73 (or 0x93BD73) is unknown color: approx Olivine. HEX triplet: 93, BD and 73. RGB value is (147,189,115). Sum of RGB (Red+Green+Blue) = 147+189+115=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD73 is #6C428C. Grayscale: #A8A8A8. Windows color (decimal): -7094925 or 7585171. OLE color: 7585171.

HSL color Cylindrical-coordinate representation of color #93BD73: hue angle of 94.05º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93BD73 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB147189115-
CMYK0.2200.390.26
HSL94.05º35.92%59.61%-
HSV(B)94.05º39.15%74.12%-
XYZ33.3243.8422.92-
YUV168.0198.09113.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.59%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=32.59%
G=41.91%
B=25.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471891150.2200.390.2694.0535.9259.61
Hex93BD73160271A5e243c
Octal22327516326047321364474
Binary10010011101111011110011101100100111110101011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,189,115); }

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

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

 a { background-color: rgb(147,189,115); }

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

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

 span { border-color: rgb(147,189,115); }

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