#93C96C

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

Shades of Olivine #93C96C

Tints of Olivine #93C96C

Color information

#93C96C (or 0x93C96C) is unknown color: approx Olivine. HEX triplet: 93, C9 and 6C. RGB value is (147,201,108). Sum of RGB (Red+Green+Blue) = 147+201+108=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #93C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C96C is #6C3693. Grayscale: #AEAEAE. Windows color (decimal): -7091860 or 7129491. OLE color: 7129491.

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

Color convert

RGB147201108-
CMYK0.2700.460.21
HSL94.84º46.27%60.59%-
HSV(B)94.84º46.27%78.82%-
XYZ35.6349.0621.78-
YUV174.2590.61108.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.24%
GREEN value IS 201 (78.91% from 255) = 44.08%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=32.24%
G=44.08%
B=23.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472011080.2700.460.2194.8446.2760.59
Hex93C96C1B02E155f2e3d
Octal22331115433056251375675
Binary10010011110010011101100110110101110101011011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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