#93B96E

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

Shades of Olivine #93B96E

Tints of Olivine #93B96E

Color information

#93B96E (or 0x93B96E) is unknown color: approx Olivine. HEX triplet: 93, B9 and 6E. RGB value is (147,185,110). Sum of RGB (Red+Green+Blue) = 147+185+110=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #93B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93B96E is #6C4691. Grayscale: #A5A5A5. Windows color (decimal): -7095954 or 7256467. OLE color: 7256467.

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

Color convert

RGB147185110-
CMYK0.2100.410.27
HSL90.4º34.88%57.84%-
HSV(B)90.4º40.54%72.55%-
XYZ32.242.0321.17-
YUV165.0996.91115.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=33.26%
G=41.86%
B=24.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471851100.2100.410.2790.434.8857.84
Hex93B96E150291B5a233a
Octal22327115625051331324372
Binary10010011101110011101110101010101001110111011010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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