#93BA75

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

Shades of Olivine #93BA75

Tints of Olivine #93BA75

Color information

#93BA75 (or 0x93BA75) is unknown color: approx Olivine. HEX triplet: 93, BA and 75. RGB value is (147,186,117). Sum of RGB (Red+Green+Blue) = 147+186+117=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BA75 is #6C458A. Grayscale: #A6A6A6. Windows color (decimal): -7095691 or 7715475. OLE color: 7715475.

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

Color convert

RGB147186117-
CMYK0.2100.370.27
HSL93.91º33.33%59.41%-
HSV(B)93.91º37.1%72.94%-
XYZ32.842.6123.32-
YUV166.47100.08114.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.67%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 117 (46.09% from 255) = 26%
R=32.67%
G=41.33%
B=26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471861170.2100.370.2793.9133.3359.41
Hex93BA75150251B5e213b
Octal22327216525045331364173
Binary10010011101110101110101101010100101110111011110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,117); }

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

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

 a { background-color: rgb(147,186,117); }

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

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

 span { border-color: rgb(147,186,117); }

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