#93C96F

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

Shades of Olivine #93C96F

Tints of Olivine #93C96F

Color information

#93C96F (or 0x93C96F) is unknown color: approx Olivine. HEX triplet: 93, C9 and 6F. RGB value is (147,201,111). Sum of RGB (Red+Green+Blue) = 147+201+111=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #93C96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C96F is #6C3690. Grayscale: #AEAEAE. Windows color (decimal): -7091857 or 7326099. OLE color: 7326099.

HSL color Cylindrical-coordinate representation of color #93C96F: hue angle of 96º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93C96F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB147201111-
CMYK0.2700.450.21
HSL96º45.45%61.18%-
HSV(B)96º44.78%78.82%-
XYZ35.7949.1222.63-
YUV174.5992.11108.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 111 (43.75% from 255) = 24.18%
R=32.03%
G=43.79%
B=24.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011110.2700.450.219645.4561.18
Hex93C96F1B02D15602d3d
Octal22331115733055251405575
Binary10010011110010011101111110110101101101011100000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,201,111); }

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

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

 a { background-color: rgb(147,201,111); }

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

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

 span { border-color: rgb(147,201,111); }

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